Skip to content

Commit

Permalink
remove: compactPosters.scss #140
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed May 29, 2024
1 parent 8e61088 commit 27fa9d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 154 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,20 @@

- ### Remove BackdropFilter

This remove the frosted glass like effect from every place.
This removes the frosted glass like effect from every place and improves performance

```css
@import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/addons/improvePerformance/removeBackdropFilter.css");
```

- ### Remove scroll fade

This remove the faded scroll view
This removes the gradient faded bar at top of a scrollable container

```css
@import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/addons/improvePerformance/removeFadingScroll.css");
```

- ## Compact Poster

Want to use compact posters instead of normal cards, add this to your custom css:

```css
@import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/addons/compactPosters.css");
```

Example:\
![image](https://user-images.githubusercontent.com/55829513/200132447-5307c19f-97e5-4022-ab42-c5b8bf632d6b.png)
> **Warning** : Compact posters might not look as expected for some screen sizes

- ## Horizontal My Media

Brings back the horizontal section for My Media
Expand Down
139 changes: 0 additions & 139 deletions src/addons/compactPosters.scss

This file was deleted.

4 changes: 4 additions & 0 deletions src/pages/_player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@
background: rgb(0 0 0 / 0.75);
backdrop-filter: blur($filter-blur-default);
}

.osdTextContainer{
font-family: monospace;
}

0 comments on commit 27fa9d2

Please sign in to comment.