1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-04 11:07:56 +02:00

qbittorrent: 💄Fixes for #526

This commit is contained in:
GilbN 2024-01-01 19:13:53 +01:00
parent 5828302037
commit 343f9d759c

View File

@ -489,6 +489,7 @@ hr {
.toolbarTabs {
background: var(--transparency-dark-25) !important;
margin: 0px 5px 0 0 !important;
}
.progressbar_dark {
@ -662,4 +663,9 @@ select:focus {
.select-watched-folder-editable {
background-color: var(--transparency-dark-05);
border: solid var(--transparency-light-10) 1px;
}
#torrentsFilterToolbar {
float: right;
margin-right: .5rem;
}