mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
New: Add Star Rating to Album table (#365)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.starRating {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.backStar {
|
||||
position: relative;
|
||||
display: flex;
|
||||
color: #515253;
|
||||
}
|
||||
|
||||
.frontStar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
color: #ffbc0b;
|
||||
}
|
||||
Reference in New Issue
Block a user