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:
@@ -17356,9 +17356,11 @@ html.a11y-pause-animations *::after {
|
||||
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 {
|
||||
bottom: 5rem;
|
||||
right: auto;
|
||||
left: 2.5rem;
|
||||
bottom: 1rem;
|
||||
}
|
||||
|
||||
/* Toggle button */
|
||||
|
||||
Reference in New Issue
Block a user