Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -69,7 +69,7 @@
|
|
69 |
.customize-btn {
|
70 |
position: absolute;
|
71 |
top: 50%;
|
72 |
-
|
73 |
transform: translateY(-50%);
|
74 |
z-index: 2;
|
75 |
background: linear-gradient(92.29deg, rgba(63, 63, 63, 0.7) 4.75%, rgba(0, 0, 0, 0.7) 93.57%);
|
|
|
69 |
.customize-btn {
|
70 |
position: absolute;
|
71 |
top: 50%;
|
72 |
+
right: 0;
|
73 |
transform: translateY(-50%);
|
74 |
z-index: 2;
|
75 |
background: linear-gradient(92.29deg, rgba(63, 63, 63, 0.7) 4.75%, rgba(0, 0, 0, 0.7) 93.57%);
|