mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07: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.
This commit is contained in:
parent
71af105a89
commit
873a3d1366
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue