fixing firefox css
This commit is contained in:
parent
2b4917c5fb
commit
dfb94feee6
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue