Fixed star icon size in post action bar

This commit is contained in:
Niléane 2023-08-21 12:47:28 +02:00
commit 0717904b23
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -1201,7 +1201,7 @@ body.layout-single-column {
position: relative;
}
.layout-single-column .status__action-bar .icon-button .fa {
transform: scale(.8);
transform: scale(.7);
height: 32px;
line-height: 32px;
}

View file

@ -1201,7 +1201,7 @@ body.layout-single-column {
position: relative;
}
.layout-single-column .status__action-bar .icon-button .fa {
transform: scale(.8);
transform: scale(.7);
height: 32px;
line-height: 32px;
}

View file

@ -1201,7 +1201,7 @@ body.layout-single-column {
position: relative;
}
.layout-single-column .status__action-bar .icon-button .fa {
transform: scale(.8);
transform: scale(.7);
height: 32px;
line-height: 32px;
}

View file

@ -1201,7 +1201,7 @@ body.layout-single-column {
position: relative;
}
.layout-single-column .status__action-bar .icon-button .fa {
transform: scale(.8);
transform: scale(.7);
height: 32px;
line-height: 32px;
}