This commit is contained in:
Morgan 2023-11-08 16:38:02 +09:00
parent ef572d4899
commit d3c2baa0c7
1 changed files with 2 additions and 3 deletions

View File

@ -35,8 +35,8 @@
bottom: 30px; bottom: 30px;
right: 30px; right: 30px;
z-index: 99; z-index: 99;
width: 24px; width: 32px;
height: 24px; height: 32px;
border: none; border: none;
outline: none; outline: none;
background-color: var(--tertiary); background-color: var(--tertiary);
@ -44,7 +44,6 @@
cursor: pointer; cursor: pointer;
padding: 8px; padding: 8px;
border-radius: 5px; border-radius: 5px;
font-size: 18px;
transition: visibility 0.5s, opacity 0.8s linear; transition: visibility 0.5s, opacity 0.8s linear;
} }