Prevent accidentally setting width for places toolbar drop indicator

This patch fixes an issue where top row of bookmarks toolbar can become
unusable after draggin a bookmark
This commit is contained in:
MrOtherGuy 2022-11-19 10:14:15 +02:00
parent cf3d865b7d
commit add8f8c1eb

View file

@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */
max-height: none !important; max-height: none !important;
} }
#PlacesToolbar > hbox{ #PlacesToolbar > hbox:not(#PlacesToolbarDropIndicatorHolder){
display: block; display: block;
width: 100vw; width: 100vw;
} }