fixing firefox css
This commit is contained in:
parent
5e049104f8
commit
9a0fdfefa8
14 changed files with 35 additions and 29 deletions
|
@ -191,7 +191,7 @@ the close button is positioned to the far right */
|
|||
|
||||
/* make urlbar rounded */
|
||||
#urlbar{
|
||||
/* margin-top: 31px !important; */
|
||||
margin-top: 31px !important;
|
||||
padding-right: 10px !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
@ -205,23 +205,23 @@ the close button is positioned to the far right */
|
|||
border-radius: 15px !important;
|
||||
}
|
||||
|
||||
/* #urlbar[breakout][breakout-extend] { */
|
||||
/* margin-top: 20px !important; */
|
||||
/* top: 0px !important; */
|
||||
/* } */
|
||||
#urlbar[breakout][breakout-extend] {
|
||||
margin-top: 10px !important;
|
||||
top: 0px !important;
|
||||
}
|
||||
|
||||
/* #urlbar[breakout][breakout-extend] > #urlbar-input-container { */
|
||||
/* height: calc(var(--uc-toolbar-height) + 12 * 2px) !important; */
|
||||
/* padding-block: calc(2px + (var(--uc-toolbar-height) - var(--urlbar-height)) / 2); */
|
||||
/* padding-inline: calc(5px + 2px); */
|
||||
/* } */
|
||||
#urlbar[breakout][breakout-extend] > #urlbar-input-container {
|
||||
height: calc(var(--uc-toolbar-height) + 12 * 2px) !important;
|
||||
padding-block: calc(2px + (var(--uc-toolbar-height) - var(--urlbar-height)) / 2);
|
||||
padding-inline: calc(5px + 2px);
|
||||
}
|
||||
|
||||
#nav-bar-customization-target{
|
||||
margin-top: -4px;
|
||||
margin-top: -14px;
|
||||
}
|
||||
#nav-bar-overflow-button{
|
||||
margin-top: -4px !important;
|
||||
margin-top: -14px !important;
|
||||
}
|
||||
#PanelUI-button{
|
||||
margin-top: -4px !important;
|
||||
margin-top: -14px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue