mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
49 lines
2.2 KiB
HTML
49 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Skin Manager-Help</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" href="https://jellyfin.org/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<div class="header" align="center">
|
|
<div class="innerHeader nav">
|
|
<a href="https://github.com/danieladov/jellyfin-plugin-skin-manager" class="link text"><li>See on Github</li></a>
|
|
<a href="https://github.com/danieladov/jellyfin-plugin-skin-manager/issues" class="link text"><li>Request a skin</li></a>
|
|
<a href="https://prayag17.github.io/jellyfin-plugin-skin-manager/src/html/about.html#" class="link text"><li>About</li></a>
|
|
<a href="https://jellyfin.org" class="logo link"><li><img src="https://jellyfin.org/images/banner-dark.svg" style="size: 1em;height: 50px;max-width: 80%;float: right;z-index: 1;"></li></a>
|
|
</div>
|
|
</div>
|
|
<div class="body" style="color: #3a3a3a !important;">
|
|
<div class="skinRequest">
|
|
<fieldset>
|
|
<h1>How To request a new Skin</h1>
|
|
<div class="internal">
|
|
<h3>Steps</h3>
|
|
<br>
|
|
<ul>
|
|
<li>Open this<a href="https://github.com/danieladov/jellyfin-plugin-skin-manager/issues" class="link" style="color: #3a3a3a !important; text-decoration: underline;"> link </a>or click the "Request a Skin" option present in the header</li>
|
|
<li>Then Create a New Issue with title- <code>Skin Request:</code> Done!</li>
|
|
</ul>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset>
|
|
<h1>How to enable bluring of background fo dialogs and episode previes for Firefox</h1>
|
|
<div class="internal">
|
|
<h3>Steps</h3>
|
|
<br>
|
|
<ul>
|
|
<li>go to <a href="about:config"> about:config </a>in firefox and click on "Accept the Risk and Continue".</li>
|
|
<li>Search for <code>layout.css.backdrop-filter.enabled</code> and change false to true.</li>
|
|
<li>Search for <code>gfx.webrender.all</code> and change it to true. Done!</li>
|
|
</ul>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|