buttons: Fix regression in subview back button alignment

Fixes #619
This commit is contained in:
Rafael Mardojai CM 2023-05-10 09:01:53 -05:00
parent efc54eda2f
commit 98bc2c0126
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
}
/* Fix subviewbutton icon buttons alignment */
.subviewbutton.subviewbutton-iconic {
.subviewbutton.subviewbutton-iconic:not(.subviewbutton-back) {
justify-content: center !important;
}