mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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:
parent
cf3d865b7d
commit
add8f8c1eb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */
|
|||
max-height: none !important;
|
||||
}
|
||||
|
||||
#PlacesToolbar > hbox{
|
||||
#PlacesToolbar > hbox:not(#PlacesToolbarDropIndicatorHolder){
|
||||
display: block;
|
||||
width: 100vw;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue