mirror of
https://github.com/prayag17/Jellyfin-Icons.git
synced 2026-01-16 06:12:53 -03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5249f11ca0 | ||
|
|
dea957d185 | ||
|
|
4b261c40d7 | ||
|
|
318b991703 | ||
|
|
814cb86c84 |
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"nuxt.isNuxtApp": false
|
||||
}
|
||||
@@ -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,6 +1,6 @@
|
||||
/** @format */
|
||||
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.3.0/css/all.css");
|
||||
.material-icons {
|
||||
font-family: "Font Awesome 6 Pro";
|
||||
font-weight: 300;
|
||||
@@ -549,3 +549,11 @@
|
||||
.material-icons.movie:before {
|
||||
content: "\f008";
|
||||
}
|
||||
|
||||
.material-icons.videocam:before {
|
||||
content: "\f8a8";
|
||||
}
|
||||
|
||||
.material-icons.open_in_browser:before {
|
||||
content: "\f08e";
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/** @format */
|
||||
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.3.0/css/all.css");
|
||||
.material-icons {
|
||||
font-family: "Font Awesome 6 Pro";
|
||||
font-weight: 400;
|
||||
@@ -549,3 +549,11 @@
|
||||
.material-icons.movie:before {
|
||||
content: "\f008";
|
||||
}
|
||||
|
||||
.material-icons.videocam:before {
|
||||
content: "\f8a8";
|
||||
}
|
||||
|
||||
.material-icons.open_in_browser:before {
|
||||
content: "\f08e";
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/** @format */
|
||||
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.3.0/css/all.css");
|
||||
.material-icons {
|
||||
font-family: "Font Awesome 6 Pro";
|
||||
font-weight: 900;
|
||||
@@ -549,3 +549,11 @@
|
||||
.material-icons.movie:before {
|
||||
content: "\f008";
|
||||
}
|
||||
|
||||
.material-icons.videocam:before {
|
||||
content: "\f8a8";
|
||||
}
|
||||
|
||||
.material-icons.open_in_browser:before {
|
||||
content: "\f08e";
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/** @format */
|
||||
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
|
||||
@import url("https://site-assets.fontawesome.com/releases/v6.3.0/css/all.css");
|
||||
.material-icons {
|
||||
font-family: "Font Awesome 6 Pro";
|
||||
font-weight: 100;
|
||||
@@ -549,3 +549,11 @@
|
||||
.material-icons.movie:before {
|
||||
content: "\f008";
|
||||
}
|
||||
|
||||
.material-icons.videocam:before {
|
||||
content: "\f8a8";
|
||||
}
|
||||
|
||||
.material-icons.open_in_browser:before {
|
||||
content: "\f08e";
|
||||
}
|
||||
|
||||
@@ -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