Adopt shared WebUI layout primitives
This commit is contained in:
@@ -944,19 +944,6 @@
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.calendar-dialog-grid-two,
|
||||
.calendar-dialog-grid-three,
|
||||
.calendar-caldav-setup,
|
||||
.calendar-sync-settings {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.calendar-dialog-grid-three {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.calendar-dialog-wide {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
@@ -1524,10 +1511,6 @@
|
||||
.calendar-dialog-row,
|
||||
.calendar-dialog-date-row,
|
||||
.calendar-dialog-name-color-row,
|
||||
.calendar-dialog-grid-two,
|
||||
.calendar-dialog-grid-three,
|
||||
.calendar-caldav-setup,
|
||||
.calendar-sync-settings,
|
||||
.calendar-sync-status-panel dl {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user