mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 11:20:15 +00:00
userChrome/tabmenu: Fix max width of tab menu in FF >= 106 (MR 31)
This commit is contained in:
parent
8cbf7c9e30
commit
4a53e32a5c
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@
|
|||
max-height: 300px !important;
|
||||
}
|
||||
|
||||
#allTabsMenu-allTabsViewTabs {
|
||||
#allTabsMenu-allTabsViewTabs, /* before FF 106 */
|
||||
#allTabsMenu-allTabsView-tabs { /* since FF 106 */
|
||||
/* Make sure tabs with long titles don't exceed the all tabs menu */
|
||||
max-width: calc(100vw - 20px);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue