mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
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:
@@ -2709,7 +2709,7 @@ body {
|
||||
}
|
||||
|
||||
.context-menu-item {
|
||||
padding: 5px;
|
||||
padding: 4px;
|
||||
padding-right: 25px;
|
||||
min-width: 100px;
|
||||
white-space: nowrap;
|
||||
|
Reference in New Issue
Block a user