Remove margin from theme buttons for centering

This commit is contained in:
Robin van der Linde 2024-04-24 20:18:26 +02:00
parent 06e978ff49
commit 4a19be48b2
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 9 additions and 1 deletions

View file

@ -2440,6 +2440,10 @@ button,
color: var(--low-interaction-foreground);
}
.theme-button {
margin: 0 !important;
}
.button-shadow {
box-shadow: 0 5px 10px #88888888;
}