Добавил описания к терминам, поправил стили

This commit is contained in:
Ilia Miheev
2026-06-06 00:45:30 +03:00
parent 725b4a7a6e
commit 7eb973ee99
3 changed files with 18 additions and 32 deletions
+1 -17
View File
@@ -1,6 +1,6 @@
<template>
<div class="navigation-wrapper">
<button class="burger-btn" @click="toggleMenu" :class="{ 'is-active': isOpen }" aria-label="Menu">
<button class="burger-btn" @click="toggleMenu" aria-label="Menu">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
@@ -156,10 +156,6 @@ h1 {
background-color: transparent !important;
}
.menu-list-item.is-active {
background-color: transparent !important;
padding-bottom: 20px;
}
.menu-content button{
font-size: 1.2rem;
@@ -172,18 +168,6 @@ h1 {
transition: all 0.3s ease;
}
.is-active .line:nth-child(1) {
transform: translateY(6px) rotate(45deg);
}
.is-active .line:nth-child(2) {
opacity: 0;
}
.is-active .line:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
}
.side-panel {
position: fixed;
top: 0;