How to scale down size of "Editor This Bookmark" panel?
https://imgur.com/KyrWJHl.png where is the "x" i would like to remove
https://imgur.com/MZi2WQm.png how I would like it to be the "Editor This Bookmark"
but the width I would like to decrease
https://imgur.com/KyrWJHl.png
where is the "x" i would like to remove
https://imgur.com/MZi2WQm.png
how I would like it to be the "Editor This Bookmark"
but the width I would like to decrease
All Replies (1)
i want /* Hide Giant Thumbnail on Edit Bookmark Panel */
#editBookmarkPanelImage { display: none !important;
} /* Hide Giant Thumbnail and Favicon */
#editBookmarkPanelImage, #editBookmarkPanelFaviconContainer { display: none !important;
} thanks @jscher2000