Remove .megabar class selectors

This commit is contained in:
MrOtherGuy
2020-05-10 18:25:44 +03:00
parent c29589afa5
commit cba88c0439
6 changed files with 11 additions and 11 deletions

View File

@@ -20,14 +20,14 @@
#toolbar-menubar:not([inactive]):hover{ height: calc(var(--tab-min-height) - var(--tabs-navbar-shadow-size)) !important; }
#toolbar-menubar > spacer{ flex-grow: 1 }
#urlbar.megabar[breakout][breakout-extend]{
#urlbar[breakout][breakout-extend]{
display: flex !important;
flex-direction: column-reverse;
bottom: -2px !important; /* Change to 3-5 px if using compact_urlbar_megabar.css depending on toolbar density */
top: auto !important;
}
#urlbar.megabar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; }
#urlbar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; }
/* Yeah, removes window controls. Likely not wanted on bottom row */
#TabsToolbar > .titlebar-buttonbox-container{ display: none }