mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
WebUI: Use thin scrollbars
Thin scrollbars are now used if they are supported by user's browser. The main goal was to make them less intrusive in Chrome-likes on some platforms. PR #21763. --------- Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
This commit is contained in:
@@ -75,6 +75,18 @@ ol {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Scrollbars */
|
||||
|
||||
@supports (scrollbar-width: auto) and (selector(::-webkit-scrollbar)) {
|
||||
:root[slick-uniqueid], /* targets iframe mocha dialogs */
|
||||
.dynamicTableDiv,
|
||||
.mochaContentWrapper,
|
||||
.panel,
|
||||
#rssDetailsView {
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
|
||||
input[type="text"],
|
||||
|
||||
Reference in New Issue
Block a user