aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ContextMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-25 04:26:12 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-25 04:26:12 -0400
commitf5c2f5bc8710a965a0b52e2e414f62a2a459a94f (patch)
tree558c2125c3bd4e3cfb004552691cd482b98bfab0 /src/client/views/ContextMenu.scss
parent35724d24821132ab5c6df398447db4e9760155cb (diff)
border work
Diffstat (limited to 'src/client/views/ContextMenu.scss')
-rw-r--r--src/client/views/ContextMenu.scss35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss
index 232362c5c..ff6ad526e 100644
--- a/src/client/views/ContextMenu.scss
+++ b/src/client/views/ContextMenu.scss
@@ -165,3 +165,38 @@
border: solid black 1px;
border-radius: 5px;
}
+
+.contextMenu-borderMenu {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ width: 222px;
+ height: 300px;
+ background-color: white;
+ border: solid 1px black;
+
+ .top-bar {
+ height: 20px;
+ width: 100%;
+ display: flex;
+
+ .close-menu {
+ margin-top: 0;
+ margin-bottom: 0;
+ margin-right: 0;
+ padding: 0;
+ margin-left: auto;
+ z-index: 999999999;
+ width: 20px;
+ height: 20px;
+ color: black;
+ background-color: transparent;
+ }
+ }
+
+ .bottom-box{
+ .width-selector{
+
+ }
+ }
+}