Fix: チャンネルとコミュニティが作成できない問題 / Chg: 左側メニューの選択中の線もアニメーションするように

This commit is contained in:
2026-05-23 20:15:49 +09:00
parent 1fd95616a5
commit 8227882173
3 changed files with 16 additions and 11 deletions
+6 -1
View File
@@ -106,7 +106,7 @@ main.layout {
box-sizing: border-box;
}
.left-menu a.isActive::before {
.left-menu a::before {
content: "";
display: block;
position: absolute;
@@ -116,6 +116,11 @@ main.layout {
width: 0.25rem;
height: 70%;
border-radius: 0.5rem;
background-color: transparent;
transition: all 200ms ease-out;
}
.left-menu a.isActive::before {
background-color: var(--text-color);
}