fix: 🐛 折叠/打开侧边栏菜单按钮样式调整

Former-commit-id: 451a2f4b1f7300ab48cd049ceb362b53ea96692b
This commit is contained in:
hxr
2023-10-22 23:55:20 +08:00
parent 94b9e7b1a8
commit e6fbdbd322
5 changed files with 26 additions and 21 deletions

View File

@@ -30,9 +30,10 @@ function toggleClick() {
.hamburger {
vertical-align: middle;
cursor: pointer;
transform: scaleX(-1);
}
.hamburger.is-active {
transform: rotate(180deg);
transform: scaleX(1);
}
</style>