editBookmarkPanel: adjust for current non-ESR FF

Make the bookmarks panel usable again by hiding all controls except for
the name, the "show editor when saving" checkbox and the remove bookmark
/ save buttons.
This commit is contained in:
Oliver Smith 2023-04-06 23:03:09 +00:00
parent 60c7a64c1f
commit 3b3c589d44
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -37,7 +37,17 @@
}
#editBMPanel_folderRow,
#editBMPanel_tagsRow {
.editBMPanel_folderRow,
#editBMPanel_tagsRow,
.editBMPanel_tagsRow {
display: none;
}
#editBookmarkPanelBottomButtons {
width: 250px !important;
min-width: 250px !important;
padding: 0px !important;
justify-content: flex-start !important;
margin: 0px 0px 20px 0px !important;
}
}