fix: adjust component styles to resolve layout and positioning issues

This commit is contained in:
radishzzz 2025-05-25 19:52:29 +01:00
parent 48464370a4
commit 91481626c5
9 changed files with 48 additions and 32 deletions

View file

@ -60,9 +60,9 @@ h4:hover .heading-anchor-link svg:hover {
/* Fix Highlight Position Issue on iOS */
@supports (-webkit-touch-callout: none) {
.navbar-highlight-position-fix {
--at-apply: 'after:bottom-0.68em';
--at-apply: 'after:bottom-0.88em';
}
.footer-highlight-position-fix {
--at-apply: 'after:bottom-0.39em';
--at-apply: 'after:bottom-0.59em';
}
}