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

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