mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Fix DOMfullscreen
This commit is contained in:
parent
8d47d8cb19
commit
1229f5ba19
1 changed files with 2 additions and 5 deletions
|
@ -43,7 +43,7 @@ transform: translateY(calc(-4 * var(--toolbarbutton-outer-padding) + 4px))
|
||||||
|
|
||||||
#PanelUI-button{ float: right; }
|
#PanelUI-button{ float: right; }
|
||||||
|
|
||||||
#content-deck{ margin-top: calc(var(--multirow-toolbar-height) + var(--multirow-top-padding))}
|
:root:not([inDOMFullscreen]) #content-deck{ margin-top: calc(var(--multirow-toolbar-height) + var(--multirow-top-padding))}
|
||||||
|
|
||||||
/* Restyle nav-bar and menubar */
|
/* Restyle nav-bar and menubar */
|
||||||
#nav-bar-customization-target{ width: calc(100% - 100px); }
|
#nav-bar-customization-target{ width: calc(100% - 100px); }
|
||||||
|
@ -52,8 +52,6 @@ transform: translateY(calc(-4 * var(--toolbarbutton-outer-padding) + 4px))
|
||||||
#nav-bar > *,
|
#nav-bar > *,
|
||||||
#PanelUI-menu-button{ height: var(--multirow-toolbar-height); }
|
#PanelUI-menu-button{ height: var(--multirow-toolbar-height); }
|
||||||
|
|
||||||
/* 20px wide space on left and right to be able to drag the window */
|
|
||||||
|
|
||||||
#toolbar-menubar{
|
#toolbar-menubar{
|
||||||
height: var(--multirow-toolbar-height);
|
height: var(--multirow-toolbar-height);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -66,8 +64,7 @@ transform: translateY(calc(-4 * var(--toolbarbutton-outer-padding) + 4px))
|
||||||
-moz-box-pack: center;
|
-moz-box-pack: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
/*background-image: linear-gradient( to left,transparent,var(--toolbar-bgcolor) 35px);*/
|
|
||||||
}
|
}
|
||||||
#toolbar-menubar:hover{ z-index: 2 }
|
#toolbar-menubar:hover{ z-index: 2 }
|
||||||
#toolbar-menubar:hover > #menubar-items{
|
#toolbar-menubar:hover > #menubar-items{
|
||||||
|
|
Loading…
Reference in a new issue