Merge pull request #2580 from XRPLF/fix_unlcickable_edit

Fix edit button being unclickable
This commit is contained in:
Amarantha Kulkarni
2024-05-13 22:14:23 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

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) -------------------------------