fix: Add margin to chapter's editor icons

This commit is contained in:
Yiannis Christodoulou 2025-09-25 13:12:33 +03:00
parent 002016a9dd
commit 975d56e868
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@
gap: 3px; gap: 3px;
position: relative; position: relative;
z-index: 2500; /* Higher z-index to ensure buttons appear above other elements */ z-index: 2500; /* Higher z-index to ensure buttons appear above other elements */
margin-top: 5px;
} }
.tooltip-action-btn { .tooltip-action-btn {

File diff suppressed because one or more lines are too long