Skip to content

Commit 3c4e581

Browse files
authored
fix(extensions): tab-center-reborn: Fix URL bar going out of bounds (#877)
1 parent aa9b670 commit 3c4e581

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

theme/extensions/tab-center-reborn.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,7 @@
133133

134134
@media (max-width: 630px) {
135135
#urlbar-container {
136-
min-width: 100% !important;
137-
}
138-
139-
#menubar-items {
140-
display: none !important;
136+
width: auto !important;
141137
}
142138
}
143139

0 commit comments

Comments
 (0)