You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
update layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user