chore: align dashboard builder controls
This commit is contained in:
parent
4c25f3f83e
commit
dccfe40c7a
1 changed files with 3 additions and 3 deletions
|
|
@ -1573,14 +1573,14 @@ function BuilderHeader({
|
|||
) : null}
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex flex-col gap-2 sm:flex-row sm:flex-wrap sm:items-center sm:justify-end">
|
||||
<div className="flex flex-1 flex-col gap-3 sm:min-h-[180px]">
|
||||
<div className="flex flex-col gap-2 sm:flex-row sm:flex-wrap sm:items-center sm:justify-end lg:self-end">
|
||||
<div className="flex flex-1 flex-col gap-3 sm:min-h-[180px] lg:items-end">
|
||||
{canEdit ? (
|
||||
<div className="flex flex-wrap items-center justify-end gap-2">
|
||||
<WidgetPicker onSelect={onAddWidget} disabled={isAddingWidget} />
|
||||
</div>
|
||||
) : null}
|
||||
<div className="flex flex-wrap items-center gap-2 rounded-2xl border border-slate-200 bg-white/80 px-2 py-1.5">
|
||||
<div className="flex flex-wrap items-center gap-2 rounded-2xl border border-slate-200 bg-white/80 px-2 py-1.5 lg:self-end">
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue