From f8e0f7b7712375341d95a68bc78d6369e9b1deb5 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 14 Mar 2021 21:25:03 -0400 Subject: added sidebar toggle for webBox --- src/client/views/nodes/WebBox.scss | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/WebBox.scss') diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 198e7ef10..cdff4aa74 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -6,8 +6,18 @@ position: relative; display: flex; - - + .webBox-overlayButton-sidebar { + background: #121721; + height: 25px; + width: 25px; + right: 0; + display: flex; + position: absolute; + align-items: center; + justify-content: center; + border-radius: 3px; + pointer-events: all; + } .webBox-tagList { display: flex; flex-direction: row; -- cgit v1.2.3-70-g09d2