mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-07 05:26:34 +05:30
show tabbar and toolbox in fullscreen mode
This commit is contained in:
@ -111,6 +111,11 @@ tab[selected="true"] .tab-background {
|
||||
padding-top: 1px !important;
|
||||
}
|
||||
|
||||
/* full screen toolbars */
|
||||
#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) {
|
||||
visibility:visible!important;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item {
|
||||
transition: all 0.3s ease !important;
|
||||
padding: 3px 5px !important;
|
||||
@ -831,4 +836,4 @@ searchbar#searchbar {
|
||||
#widget-overflow>#customizationPanelItemContextMenu menuitem[type="radio"]>.menu-iconic-text {
|
||||
padding-left: 13px !important;
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user