mirror of
https://github.com/prayag17/Jellyfin-Icons.git
synced 2026-01-16 06:12:53 -03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5249f11ca0 | ||
|
|
dea957d185 | ||
|
|
4b261c40d7 |
@@ -1208,20 +1208,50 @@
|
||||
opacity: var(--opacity);
|
||||
}
|
||||
|
||||
.material-icons.groups:before {
|
||||
position: absolute;
|
||||
content: "\f233";
|
||||
}
|
||||
|
||||
.material-icons.groups:after {
|
||||
opacity: var(--opacity);
|
||||
content: "\10f233";
|
||||
}
|
||||
|
||||
.material-icons.undo:before {
|
||||
position: absolute;
|
||||
content: "\f0e2";
|
||||
}
|
||||
|
||||
.material-icons.undo::after {
|
||||
content: "\10f0e2";
|
||||
opacity: var(--opacity);
|
||||
content: "\10f0e2";
|
||||
}
|
||||
|
||||
.material-icons.redo:before {
|
||||
position: absolute;
|
||||
content: "\f01e";
|
||||
}
|
||||
|
||||
.material-icons.redo::after {
|
||||
content: "\10f01e";
|
||||
opacity: var(--opacity);
|
||||
}
|
||||
content: "\10f01e";
|
||||
}
|
||||
|
||||
.material-icons.keyboard:before {
|
||||
position: absolute;
|
||||
content: "\f11c";
|
||||
}
|
||||
.material-icons.keyboard:after {
|
||||
opacity: var(--opacity);
|
||||
content: "\10f11c";
|
||||
}
|
||||
|
||||
.material-icons.videocam:before {
|
||||
position: absolute;
|
||||
content: "\f8ec";
|
||||
}
|
||||
.material-icons.videocam:after {
|
||||
opacity: var(--opacity);
|
||||
content: "\10f8ec";
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<h1 align="center">Jellyfin Icons</h1>
|
||||
<div class="info">
|
||||
# Jellyfin Icons
|
||||
> **Note**: Jellyfin Icons is no longer maintained.
|
||||
<div class="info">
|
||||
Wanna change your jellyfin icons look? If yes, you can use this to easily change your Jellyfin icon look without any modifications to the internl config!!
|
||||
<br>Note: The material icon pack won't work with JellySkin|Font Awesome Light is been used in JellySkin<br>
|
||||
<h3>To get a preview use JellySkin or go to https://fontawesome.com/search and https://fonts.google.com/icons?selected=Material+Icons<br>
|
||||
|
||||
Reference in New Issue
Block a user