Adopt shared WebUI structural primitives
This commit is contained in:
@@ -2595,7 +2595,7 @@ export default function FilesPage({ settings, auth }: {settings: ApiSettings;aut
|
|||||||
</FormField>
|
</FormField>
|
||||||
}
|
}
|
||||||
|
|
||||||
<ActionToolbar className="archive-selection-toolbar">
|
<ActionToolbar justify="between" className="archive-selection-toolbar">
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|||||||
@@ -332,13 +332,6 @@
|
|||||||
font-size: var(--font-size-sm);
|
font-size: var(--font-size-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive-selection-toolbar {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
gap: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.archive-selection-toolbar label,
|
.archive-selection-toolbar label,
|
||||||
.archive-entry-row {
|
.archive-entry-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user