1
0

Reduce padding for smaller buttons in settings.html

This commit is contained in:
2025-05-25 01:14:23 +02:00
parent 764a2c8720
commit 65f07e3ff2

View File

@@ -110,7 +110,7 @@
}
button{
border-radius: 8px;
padding: 0.5em 1.2em;
padding: 0.5em 0.2em;
display: flex;
align-items: center;
border: none;