userChrome/urlbar: Allow urlbar to shrink down to its min width (MR 37)
This fixes one of the issues from #52, but I have not been able to reproduce the others on Phosh.
This commit is contained in:
parent
9a34fe3e95
commit
94cbe0452d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
/* Reduce minimum window width */
|
/* Reduce minimum window width */
|
||||||
#urlbar-container {
|
#urlbar-container {
|
||||||
min-width: 150px !important;
|
min-width: 150px !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
|
|
Loading…
Reference in a new issue