mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Merge 873a3d1366
into b7a43ea118
This commit is contained in:
commit
1df1873e92
1 changed files with 3 additions and 0 deletions
|
@ -23,13 +23,16 @@ Required by:
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-menu {
|
.tab-menu {
|
||||||
|
display: flex;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
overflow-x: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-menu li {
|
.tab-menu li {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
flex: 0 0 auto;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue