mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Mini play button icons now respect the media type (i.e. book, carousel and image)
This commit is contained in:
@@ -86,6 +86,18 @@ html {
|
||||
font-family: Material Icons;
|
||||
}
|
||||
|
||||
div[data-type="Book"] .play_arrow:before {
|
||||
content: "\f53b";
|
||||
}
|
||||
|
||||
div[data-type="Photo"] .play_arrow:before {
|
||||
content: "\e5d0";
|
||||
}
|
||||
|
||||
div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||
content: "\e8eb";
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--activeColorAlpha);
|
||||
}
|
||||
|
Reference in New Issue
Block a user