Remove margin from theme buttons for centering
This commit is contained in:
parent
06e978ff49
commit
4a19be48b2
3 changed files with 9 additions and 1 deletions
|
@ -2440,6 +2440,10 @@ button,
|
|||
color: var(--low-interaction-foreground);
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.button-shadow {
|
||||
box-shadow: 0 5px 10px #88888888;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue