Skip to content

Commit

Permalink
fix url bar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptaiNiveau committed May 25, 2024
1 parent 2215d3e commit fe3cc57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/superbox_removal.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/* --- Prevent enlargement */
#urlbar[breakout-extend] {
/*#urlbar[breakout-extend] {
top: calc(
(var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2
) !important;
Expand All @@ -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;
}
Expand Down

0 comments on commit fe3cc57

Please sign in to comment.