Increase click area of help modal icons

This commit is contained in:
Tetrakern 2024-06-02 10:31:52 +02:00
parent 948791c308
commit 8eeb657b26
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -705,7 +705,11 @@ body[class*="fictioneer_page_"] {
}
.fcn-help {
position: relative;
z-index: 1;
cursor: pointer;
padding: 10px; // Increase click area
margin: -10px; // Reset required space
&:not(:hover) {
opacity: .3;