mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 01:36:41 +01: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 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.backStar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue