tabsbar: Hide fullscreen button in DOM fullscreen when using tabsAsHeaderbar

This commit is contained in:
trevnels 2023-07-17 21:10:23 -04:00 committed by Rafael Mardojai CM
parent a78d6f5178
commit be05a6c71e
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ tab {
}
/* Force displaying controls in tab-bar */
:root[tabsintitlebar] #TabsToolbar .titlebar-buttonbox-container:not(#hack) {
:root[tabsintitlebar]:not([inDOMFullscreen]) #TabsToolbar .titlebar-buttonbox-container:not(#hack) {
display: flex !important;
position: static !important;
visibility: visible !important;