Skip to content

Commit

Permalink
qbittorrent: 💄Fixes for #526
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jan 1, 2024
1 parent 5828302 commit 343f9d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/base/qbittorrent/qbittorrent-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ hr {

.toolbarTabs {
background: var(--transparency-dark-25) !important;
margin: 0px 5px 0 0 !important;
}

.progressbar_dark {
Expand Down Expand Up @@ -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;
}

0 comments on commit 343f9d7

Please sign in to comment.