mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
likes/favorites for media item
This commit is contained in:
parent
60002c5535
commit
86ca0fbc36
8 changed files with 73 additions and 0 deletions
BIN
dashboard-ui/css/images/userdata/heart_off.png
Normal file
BIN
dashboard-ui/css/images/userdata/heart_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
dashboard-ui/css/images/userdata/heart_on.png
Normal file
BIN
dashboard-ui/css/images/userdata/heart_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
dashboard-ui/css/images/userdata/thumbs_down_off.png
Normal file
BIN
dashboard-ui/css/images/userdata/thumbs_down_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
dashboard-ui/css/images/userdata/thumbs_down_on.png
Normal file
BIN
dashboard-ui/css/images/userdata/thumbs_down_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
dashboard-ui/css/images/userdata/thumbs_up_off.png
Normal file
BIN
dashboard-ui/css/images/userdata/thumbs_up_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
dashboard-ui/css/images/userdata/thumbs_up_on.png
Normal file
BIN
dashboard-ui/css/images/userdata/thumbs_up_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -887,4 +887,9 @@ progress {
|
|||
height: 26px;
|
||||
width: 26px;
|
||||
margin: -.7em .5em auto 0;
|
||||
}
|
||||
|
||||
#itemFav img {
|
||||
width: 64px;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue