Fix: チャンネルとコミュニティが作成できない問題 / Chg: 左側メニューの選択中の線もアニメーションするように
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user