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:
Ulrik de Muelenaere 2023-09-04 23:57:41 -04:00 committed by Oliver Smith
parent 9a34fe3e95
commit 94cbe0452d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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) {