update layout

This commit is contained in:
KOWX712
2025-02-11 19:20:17 +08:00
parent 25ecc49a77
commit 0821e88fdc
11 changed files with 40 additions and 23 deletions

View File

@@ -24,7 +24,7 @@
z-index: 2001;
width: calc(90% - 60px);
max-width: 300px;
max-height: 90%;
max-height: calc(80% - 60px);
overflow-y: auto;
transition: opacity 0.2s ease;
opacity: 0;
@@ -36,9 +36,16 @@
gap: 20px;
}
.security-patch-header {
width: 100%;
text-align: center;
font-size: 26px;
}
.advanced-toggle {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
user-select: none;
}
@@ -120,7 +127,7 @@
.auto-button, .save-button {
width: 100%;
padding: 10px;
padding: 12px;
border: none;
border-radius: 12px;
font-size: 18px;