Align sub title with icon

pull/6449/head
Chocobozzz 2024-05-30 10:19:41 +02:00
parent e3fb8a09f8
commit 8d4902b3ba
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,7 @@ h1 {
justify-content: space-between;
my-global-icon {
position: relative;
top: -2px;
top: -4px;
}
.button-link {

View File

@ -761,9 +761,11 @@
> span > my-global-icon,
> my-global-icon {
@include margin-right(10px);
width: 24px;
height: 24px;
vertical-align: top;
position: relative;
top: -2px;
}
.pt-badge {