mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: adjust component styles to resolve layout and positioning issues
This commit is contained in:
parent
48464370a4
commit
91481626c5
9 changed files with 48 additions and 32 deletions
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue