1
0
Fork 0
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:
Gary Elshaw 2024-01-07 10:54:52 +13:00 committed by GitHub
parent f6f3ff6e29
commit ecb58e2966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}