mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02: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…
Reference in a new issue