mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-07 00:17:03 +08:00
✨ Feature(custom): support duplicate config and the UI of confirm/input box is optimized
This commit is contained in:
@@ -308,6 +308,9 @@
|
||||
margin-top: 0.75rem;
|
||||
border: 1px solid var(--color-border-secondary);
|
||||
border-radius: var(--radius-md);
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.table-row {
|
||||
@@ -590,11 +593,6 @@ input:checked + .switch-slider::before {
|
||||
border-radius: var(--radius-md);
|
||||
}
|
||||
|
||||
.config-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.config-table th {
|
||||
border-bottom: 1px solid var(--color-border-secondary);
|
||||
|
||||
Reference in New Issue
Block a user