aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AntimodeMenu.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-11 23:40:49 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-11 23:40:49 -0700
commitba0d831691e81903ab1fb9482ba5dcad0a769881 (patch)
tree8f02f7b224822d9a3804498fc50b714b10e2b76b /src/client/views/AntimodeMenu.scss
parent7e3dbc157548f75e7b42367be00d32aea6469516 (diff)
functioning with new ink
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
-rw-r--r--src/client/views/AntimodeMenu.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss
index 9c5bf0a1f..170631422 100644
--- a/src/client/views/AntimodeMenu.scss
+++ b/src/client/views/AntimodeMenu.scss
@@ -53,18 +53,19 @@
display: flex;
&.with-rows {
- flex-direction: column
+ flex-direction: column-reverse;
}
.antimodeMenu-row {
display: flex;
- height: 35px;
+ height: 100%;
+ width:100%;
}
.antimodeMenu-button {
background-color: transparent;
- width: 35px;
- height: 35px;
+ width: 100px;
+ height: 100px;
&.active {
background-color: #121212;