优化 HTML 结构,调整 CSS 样式

This commit is contained in:
jxxghp
2025-08-25 13:03:45 +08:00
parent 262927e459
commit 4c64f7a2c3
6 changed files with 337 additions and 400 deletions
@@ -48,8 +48,7 @@ $header: ".layout-navbar";
/* ️ Ensure header styles are preserved when dialog is opened,
but only if window was scrolled before dialog opened
*/
html.v-overlay-scroll-blocked &.window-scrolled.layout-navbar-fixed,
html.dialog-scroll-locked &.window-scrolled.layout-navbar-fixed {
html.v-overlay-scroll-blocked &.window-scrolled.layout-navbar-fixed {
#{$header} {
padding-inline: 1rem;
+1 -1
View File
@@ -45,7 +45,7 @@ code {
inset-block-start: 0;
inset-inline: 0;
pointer-events: none;
transition: all 0.3s ease-in-out;
transition: padding 0.3s ease-in-out;
.v-theme--light & {
background: rgba(var(--v-theme-surface), 0.6);