Add few things
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<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">
|
||||
@@ -23,13 +24,24 @@
|
||||
<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- "Skin Request:"</li>
|
||||
<li>Done! Note:We will not add all the Skins.</li>
|
||||
<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>
|
||||
</div>
|
||||
</fieldset>
|
||||
</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>
|
||||
|
||||
@@ -96,3 +96,12 @@ img.userImg {
|
||||
width: 50%;
|
||||
border-radius: 15px;
|
||||
}
|
||||
code {
|
||||
display: block !important;
|
||||
width: fit-content;
|
||||
background: #585858;
|
||||
color: white;
|
||||
padding: .5rem;
|
||||
border-radius: 5.5px;
|
||||
border: .5px solid #999999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user