unset margins and center items in stealth buttons
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-03-25 03:31:13 +07:00
parent c68939abed
commit efc76e595a

View file

@ -135,8 +135,10 @@
.button.stealth {
font-weight: normal;
margin-left: 0.25cm;
margin-top: 0.25cm;
display: flex;
justify-content: center;
align-items: center;
margin: unset;
padding: unset;
}