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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user