mirror of
https://github.com/transmission/transmission
synced 2025-03-09 05:14:09 +00:00
feat: widen progressbar and increase font size in compact mode
This commit is contained in:
parent
f6f3ff6e29
commit
ecb58e2966
1 changed files with 3 additions and 3 deletions
|
@ -501,7 +501,7 @@ a {
|
|||
}
|
||||
|
||||
.torrent-labels {
|
||||
font-size: x-small;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 2px;
|
||||
|
@ -512,7 +512,7 @@ a {
|
|||
|
||||
&.compact {
|
||||
flex: 1;
|
||||
font-size: x-small;
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -669,7 +669,7 @@ a {
|
|||
}
|
||||
|
||||
&.compact {
|
||||
min-width: 50px;
|
||||
min-width: 100px;
|
||||
width: 10vw;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue