From 79a93d357cf60657ac60971a0e6dab30d232028f Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:06:14 -0400 Subject: width selector --- src/client/views/ContextMenu.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'src/client/views/ContextMenu.scss') 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; } } } -- cgit v1.2.3-70-g09d2