mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
WebUI: Support horizontal scrolling of tabs
Previously, the tabs would overflow to the next line, often being hidden by other content. For example, the "Content" tab is now accessible on mobile. PR #22914.
This commit is contained in:
committed by
GitHub
parent
b7a43ea118
commit
f42dd1b529
@@ -23,13 +23,16 @@ Required by:
|
||||
}
|
||||
|
||||
.tab-menu {
|
||||
display: flex;
|
||||
font-size: 11px;
|
||||
list-style-type: none;
|
||||
overflow-x: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tab-menu li {
|
||||
cursor: pointer;
|
||||
flex: 0 0 auto;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user