增加窗口尺寸动画。 #2
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
width: var(--window-width);
|
width: var(--window-width);
|
||||||
height: var(--window-height);
|
height: var(--window-height);
|
||||||
|
transition: all 0.3s cubic-bezier(0.36, 0.66, 0.04, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@ -231,10 +232,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.narrow-sidebar {
|
.narrow-sidebar {
|
||||||
|
|
||||||
.sidebar-title,
|
.sidebar-title,
|
||||||
.sidebar-sub-title {
|
.sidebar-sub-title {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-logo {
|
.sidebar-logo {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user