Context Menu: Make things a little less bloaty

5px was a bit excessive
TODO: studied the context menu in my browser for a bit and noticed that
if it was going to be too close to the bottom, the browser changes the
vertical direction the context menu goes. sounds neat!
This commit is contained in:
onesome
2023-07-21 00:52:12 -05:00
parent 34a98d2962
commit 4921040fb4

View File

@@ -2709,7 +2709,7 @@ body {
}
.context-menu-item {
padding: 5px;
padding: 4px;
padding-right: 25px;
min-width: 100px;
white-space: nowrap;