mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
feat: widen progressbar and increase font size in compact mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user