Adjusted notification icon alignment

This commit is contained in:
Niléane 2023-07-31 02:06:19 +02:00
commit b3521e5033
No known key found for this signature in database
4 changed files with 20 additions and 0 deletions

View file

@ -2509,6 +2509,11 @@ body.layout-single-column {
width: 56px;
text-align: right;
}
@media screen and (max-width:889px) {
.layout-single-column .notification__favourite-icon-wrapper {
width: 51px;
}
}
.layout-single-column .notification__favourite-icon-wrapper i.fa-star {
font-size: 15px;
}

View file

@ -2509,6 +2509,11 @@ body.layout-single-column {
width: 56px;
text-align: right;
}
@media screen and (max-width:889px) {
.layout-single-column .notification__favourite-icon-wrapper {
width: 51px;
}
}
.layout-single-column .notification__favourite-icon-wrapper i.fa-star {
font-size: 15px;
}

View file

@ -2509,6 +2509,11 @@ body.layout-single-column {
width: 56px;
text-align: right;
}
@media screen and (max-width:889px) {
.layout-single-column .notification__favourite-icon-wrapper {
width: 51px;
}
}
.layout-single-column .notification__favourite-icon-wrapper i.fa-star {
font-size: 15px;
}

View file

@ -2509,6 +2509,11 @@ body.layout-single-column {
width: 56px;
text-align: right;
}
@media screen and (max-width:889px) {
.layout-single-column .notification__favourite-icon-wrapper {
width: 51px;
}
}
.layout-single-column .notification__favourite-icon-wrapper i.fa-star {
font-size: 15px;
}