fixing firefox css

This commit is contained in:
Chris Cochrun 2024-11-23 21:52:40 -06:00
parent 2b4917c5fb
commit dfb94feee6
2 changed files with 5 additions and 5 deletions

View file

@ -179,17 +179,16 @@ the close button is positioned to the far right */
animation-duration: 200ms !important;
border-radius: 15px !important;
max-height: 2000px;
margin-top: -18px;
margin-top: -8px;
}
#urlbar[breakout][breakout-extend] {
margin-top: -3px !important;
margin-top: 3px !important;
top: 10px !important;
}
#urlbar[breakout][breakout-extend] > #urlbar-input-container {
height: calc(var(--uc-toolbar-height) + 12 * 2px) !important;
#urlbar[breakout][breakout-extend] > .urlbar-input-container {
height: calc(var(--uc-toolbar-height) * 2px) !important;
padding-block: calc(2px + (var(--uc-toolbar-height) - var(--urlbar-height)) / 2);
padding-inline: 8px;
}

View file

@ -34,6 +34,7 @@
--tridactyl-hint-active-outline: none;
--tridactyl-hint-bg: none;
--tridactyl-hint-outline: none;
background: var(--tridactyl-bg) !important;
}
#command-line-holder {