mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
fix(layout): sider button doesn't rotate after collapsing
This commit is contained in:
parent
19fef6e797
commit
c639491178
@ -185,7 +185,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@include m(collapsed) {
|
@include m(collapsed) {
|
||||||
@include e(toggle-button) {
|
@include b(layout-toggle-button) {
|
||||||
transform: translateX(50%) translateY(-50%) rotate(180deg);
|
transform: translateX(50%) translateY(-50%) rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user