Skip to content

Commit

Permalink
cleanup: prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed May 31, 2024
1 parent 05c49a3 commit e2f6469
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# JellySkin

### Vibrant, minimal, and sprinkled with tons of animations <br> CSS theme for Jellyfin
### over engineered css theme for Jellyfin

![npm (tag)](https://img.shields.io/npm/v/jellyskin/latest?style=for-the-badge) ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/jellyskin?label=Downloads&style=for-the-badge) ![GitHub](https://img.shields.io/github/license/prayag17/JellySkin?style=for-the-badge)\
![GitHub Repo stars](https://img.shields.io/github/stars/prayag17/JellySkin?style=social)

# ℹ️ Usage

> [!IMPORTANT]
> JellySkin requires Chrome (105 and above), Edge (105 and above), Safari (15.4 and above), Firefox (121 and above), Opera (91 and above) and any other Browser supporting Baseline 23 css features to work properly
- To use the JellySkin theme copy the line below into "Dashboard -> General -> Custom CSS" and click save, it will apply immediately server-wide to all users on top of any theme they may be using. To remove the theme, clear the "Custom CSS" field and then click save. <b>NOTE: Theme may not work when using Nginx Reverse Proxy. Scroll down below to learn how to fix this.

```css
Expand All @@ -20,7 +23,8 @@
```

- You can also use Jellyfin-Skin-Manager-Plugin : <https://github.com/danieladov/jellyfin-plugin-skin-manager>
> **Note** : Jellyfin Skin Manager has not been updated for some time and doesn't have the latest JellySkin css available.
> [!CAUTION]
> Jellyfin Skin Manager is not being actively maintained and might not load latest css themes
# 🧩 Addons

Expand Down Expand Up @@ -113,22 +117,10 @@

![TitleView](https://user-images.githubusercontent.com/55829513/200133240-075f604d-ae7f-48cb-9a42-445d8f3ef427.png)

- ### Episode View
- ### Episode List

![EpisodeView](https://user-images.githubusercontent.com/55829513/200133258-4eabfc3d-475f-4b42-a496-bc2de60c11a5.png)

- ### Settings

![SettingsView](https://user-images.githubusercontent.com/55829513/200133273-3ff7ba73-bad2-4f7c-88b1-e8298d246587.png)

- ### Dashboard

![DashboardView](https://user-images.githubusercontent.com/55829513/200133302-5d7e7ac1-201b-4cb4-a839-ee53c5c6a6f2.png)

- ### Dialog

![DialogView](https://user-images.githubusercontent.com/55829513/200133331-ee7838d0-6318-4175-b969-c06647bf65a0.png)

# ❓ Common Problem Fixes

- ### Unable to see blured background in Firefox
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_loginPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
left: 0;
background: url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/src/assets/background.png");
background-size: cover;
z-index: 1;
z-index: -1;
}
& > div {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_titlePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
width: fit-content;
}
&:hover {
background: hsl(0, 0, 80%) !important;
background: hsl(0, 0%, 80%) !important;
color: black;
}
}
Expand Down

0 comments on commit e2f6469

Please sign in to comment.