feat: 添加对 100dvh 支持的样式调整,优化布局适应性
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
justify-content: space-between;
|
||||
padding: 6rem 2rem 0 2rem;
|
||||
transition: margin-left var(--layout-section-transition-duration);
|
||||
@supports (min-height: 100dvh) {
|
||||
min-height: 100dvh;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-main {
|
||||
|
Reference in New Issue
Block a user