Position a11y toolbar side by side with theme FAB

When both are present, a11y toolbar sits at bottom-left and theme
FAB at bottom-right so they share the same row without overlapping.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 17:11:45 -05:00
parent 45b83761dc
commit a89fe55e3d

View File

@@ -17356,9 +17356,11 @@ html.a11y-pause-animations *::after {
right: 2.5rem; right: 2.5rem;
} }
/* When theme FAB is present, stack a11y toolbar above it */ /* When theme FAB is present, sit a11y toolbar to its left */
body[data-theme-fab-enabled="1"] #mokoA11yToolbar { body[data-theme-fab-enabled="1"] #mokoA11yToolbar {
bottom: 5rem; right: auto;
left: 2.5rem;
bottom: 1rem;
} }
/* Toggle button */ /* Toggle button */