aboutsummaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/css/Sidebar.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/css/Sidebar.css b/frontend/src/css/Sidebar.css
index 8675dca..36ceb9c 100644
--- a/frontend/src/css/Sidebar.css
+++ b/frontend/src/css/Sidebar.css
@@ -391,11 +391,11 @@ a {
391 background: #CDCFDF; 391 background: #CDCFDF;
392 border-radius: 10px; 392 border-radius: 10px;
393 transition: all 0.3s ease; 393 transition: all 0.3s ease;
394 transform-origin: 1px; 394 transform-origin: center;
395 } 395 }
396 396
397 #hamburger-menu.open span:nth-child(1) { 397 #hamburger-menu.open span:nth-child(1) {
398 transform: rotate(45deg); 398 transform: translateY(8.5px) rotate(45deg);
399 } 399 }
400 400
401 #hamburger-menu.open span:nth-child(2) { 401 #hamburger-menu.open span:nth-child(2) {
@@ -404,7 +404,7 @@ a {
404 } 404 }
405 405
406 #hamburger-menu.open span:nth-child(3) { 406 #hamburger-menu.open span:nth-child(3) {
407 transform: rotate(-45deg); 407 transform: translateY(-8.5px) rotate(-45deg);
408 } 408 }
409 409
410 #sidebar-list { 410 #sidebar-list {