🚸 Replace clickable div with button

This commit is contained in:
Philipp Stracker 2025-01-24 17:06:15 +01:00
parent 9cadf1ff76
commit 5c5601af97
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -55,14 +55,13 @@
}
.ppcp--method-settings {
line-height: 0;
padding: 0;
transition: 0.2s ease-out transform;
transform: rotate(0deg);
zoom: 1.005;
&:hover {
transform: rotate(45deg);
cursor: pointer;
}
}