Fix edit button being unclickable

This commit is contained in:
mDuo13
2024-05-09 16:22:20 -07:00
parent 5bfaf8094b
commit fc78290afd
2 changed files with 2 additions and 2 deletions

View File

@@ -587,7 +587,7 @@ article h6:before,
pointer-events: none;
}
article h1:first-of-type:before {
margin-top: -60px; // Don't add extra space to page title
margin-top: -40px; // Add less space to page title (but don't overlap Edit button)
}
// Animated chevron (e.g. for language dropdown) -------------------------------