mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 18:55:12 -04:00
Fixed: StarRating alignment
This commit is contained in:
1 parent
54349f95f1
commit
dabb9bc18a
1 file changed
+2
-2
@@ -1,7 +1,7 @@
|
||||
.starRating {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.backStar {
|
||||
|
||||
Reference in new issue
Block a user