diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-25 18:06:14 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-25 18:06:14 -0400 |
| commit | 79a93d357cf60657ac60971a0e6dab30d232028f (patch) | |
| tree | 485f6486732fced1648b6bc0c7b381cee1b061ad /src/client/views/ContextMenu.scss | |
| parent | 143921c3ecee8dc0b7a91dfe725a3734d63a575e (diff) | |
width selector
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index ff6ad526e..23c1942b1 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -174,6 +174,8 @@ height: 300px; background-color: white; border: solid 1px black; + color: black; + z-index: 99999999; .top-bar { height: 20px; @@ -195,8 +197,21 @@ } .bottom-box{ + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + gap: 3px; + height: 100%; + width: 100%; + .width-selector{ - + width: 100px; + } + + .max-min-selector{ + height: 15px; + width: 30px; } } } |
