mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-21 14:22:54 +00:00
fix url bar issue
This commit is contained in:
parent
2215d3e6ac
commit
fe3cc57349
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/* --- Prevent enlargement */
|
||||
#urlbar[breakout-extend] {
|
||||
/*#urlbar[breakout-extend] {
|
||||
top: calc(
|
||||
(var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2
|
||||
) !important;
|
||||
|
@ -15,10 +15,10 @@
|
|||
|
||||
#urlbar[breakout-extend] #urlbar-input-container {
|
||||
height: var(--urlbar-height) !important;
|
||||
/* padding: 0px !important; */
|
||||
/* padding: 0px !important; *//*
|
||||
padding-block: 0px !important;
|
||||
padding-inline: 0px !important;
|
||||
}
|
||||
}*/
|
||||
.urlbarView-row {
|
||||
padding: 0px 2px 0px 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue