mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
userChrome/tabmenu: fix width for long titles (MR 19)
This commit is contained in:
parent
e7571365c1
commit
4cc9e5f07a
1 changed files with 5 additions and 0 deletions
|
@ -58,4 +58,9 @@
|
|||
height: calc(100vh - 100px) !important;
|
||||
max-height: calc(100vh - 100px) !important;
|
||||
}
|
||||
|
||||
#allTabsMenu-allTabsViewTabs {
|
||||
/* Make sure tabs with long titles don't exceed the all tabs menu */
|
||||
max-width: calc(100vw - 20px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue