7 Commits
1.2.2 ... 1.2.6

Author SHA1 Message Date
Prayag Prajapati
3c5ab05762 fix 2023-01-23 22:08:26 +05:30
Prayag Prajapati
c675b00dd2 Fix Movie icon 2023-01-23 22:08:13 +05:30
Prayag Prajapati
39c564c58e Update font awesome source to 6.2.1 2023-01-23 22:02:49 +05:30
Prayag Prajapati
36bd96b2ff Fix icons having different widths in dialog 2022-11-11 17:30:42 +05:30
Prayag Prajapati
de80f7302f Fix Icons not of same width 2022-11-05 17:07:01 +05:30
Prayag Prajapati
d298d5e484 Update README.md 2022-07-24 16:58:53 +05:30
Prayag Prajapati
23851be817 Fix #10 2022-07-22 17:49:23 +05:30
5 changed files with 41 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
/** @format */
@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 300;
@@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}
.material-icons.picture_in_picture_alt:before {
@@ -457,9 +458,6 @@
.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
@@ -543,3 +541,11 @@
.material-icons.redo:before {
content: "\f01e";
}
.material-icons.view_list:before {
content: "\f03a";
}
.material-icons.movie:before {
content: "\f008";
}

View File

@@ -1,6 +1,6 @@
/** @format */
@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 400;
@@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}
.material-icons.picture_in_picture_alt:before {
@@ -457,9 +458,6 @@
.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
@@ -543,3 +541,11 @@
.material-icons.redo:before {
content: "\f01e";
}
.material-icons.view_list:before {
content: "\f03a";
}
.material-icons.movie:before {
content: "\f008";
}

View File

@@ -1,6 +1,6 @@
/** @format */
@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 900;
@@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}
.material-icons.picture_in_picture_alt:before {
@@ -457,9 +458,6 @@
.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
@@ -543,3 +541,11 @@
.material-icons.redo:before {
content: "\f01e";
}
.material-icons.view_list:before {
content: "\f03a";
}
.material-icons.movie:before {
content: "\f008";
}

View File

@@ -1,6 +1,6 @@
/** @format */
@import url("https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css");
.material-icons {
font-family: "Font Awesome 6 Pro";
font-weight: 100;
@@ -12,6 +12,7 @@
text-rendering: auto;
line-height: 1;
text-align: center;
width: 1.25em;
}
.material-icons.picture_in_picture_alt:before {
@@ -457,9 +458,6 @@
.listItemIcon {
padding: 0.25em !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
@@ -543,3 +541,11 @@
.material-icons.redo:before {
content: "\f01e";
}
.material-icons.view_list:before {
content: "\f03a";
}
.material-icons.movie:before {
content: "\f008";
}

View File

@@ -2,7 +2,7 @@
<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/v5.15/icons?d=gallery&p=2 and https://fonts.google.com/icons?selected=Material+Icons<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>
</div>
<div class="setup">
<h2 align="center">Setup/Installation</h2>