mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 23:33:38 -07:00
Fixed: StarRating alignment
This commit is contained in:
parent
54349f95f1
commit
dabb9bc18a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
.starRating {
|
.starRating {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: left;
|
||||||
justify-content: center;
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backStar {
|
.backStar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue