mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
sticky save/cancel buttons at top-right of admin edit page
This commit is contained in:
@@ -78,6 +78,17 @@
|
||||
padding-top: var(--space-m);
|
||||
}
|
||||
|
||||
/* Sticky variant — pinned below admin header, top-right */
|
||||
.admin-form-footer--sticky {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
margin: 0 0 var(--space-m);
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: var(--space-s);
|
||||
}
|
||||
|
||||
.admin-btn {
|
||||
padding: var(--space-2xs) var(--space-l);
|
||||
background: var(--accent-primary);
|
||||
|
||||
Reference in New Issue
Block a user