Adopt shared WebUI structural primitives
This commit is contained in:
@@ -2595,7 +2595,7 @@ export default function FilesPage({ settings, auth }: {settings: ApiSettings;aut
|
||||
</FormField>
|
||||
}
|
||||
|
||||
<ActionToolbar className="archive-selection-toolbar">
|
||||
<ActionToolbar justify="between" className="archive-selection-toolbar">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
|
||||
@@ -332,13 +332,6 @@
|
||||
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-entry-row {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user