aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r--src/client/views/MainView.scss39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss
index e1ddbc533..556d26f6e 100644
--- a/src/client/views/MainView.scss
+++ b/src/client/views/MainView.scss
@@ -114,6 +114,45 @@
}
}
+.mainView-menuPanel {
+
+ max-width: 80px;
+ background-color: rgb(105, 105, 105);
+ padding: 20px;
+
+ .mainView-menuPanel-button {
+ width: 50px;
+ height: 50px;
+ padding: 10px;
+ pointer-events: all;
+ touch-action: none;
+ border-radius: inherit;
+ background: black;
+ border-radius: 100%;
+ transform-origin: top left;
+ margin-bottom: 15px;
+ margin-top: 5px;
+
+ .mainView-menuPanel-button-label {
+ background: gray;
+ color: white;
+ margin-left: -10px;
+ border-radius: 8px;
+ width: 60px;
+ position: absolute;
+ text-align: center;
+ font-size: 8px;
+ margin-top: 4px;
+ letter-spacing: normal;
+ }
+
+ svg {
+ width: 95% !important;
+ height: 95%;
+ }
+ }
+}
+
.mainView-mainDiv {
width: 100%;
height: 100%;