mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
set width property fot tabstoolbar items
This commit is contained in:
parent
e4beaafb9e
commit
783914689c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ See the above repository for updates as well as full license text. */
|
|||
padding-left: 30px !important;
|
||||
}
|
||||
|
||||
#TabsToolbar > .toolbar-items{ max-width: calc(100vw - 120px) }
|
||||
#TabsToolbar > .toolbar-items{ width: calc(100vw - 120px) }
|
||||
#TabsToolbar > .titlebar-buttonbox-container{
|
||||
display: block !important;
|
||||
float: right !important;
|
||||
|
|
Loading…
Reference in a new issue