Initial commit

Resized settings pop-up and fixed scrollable behavior, broke everything inside pop-up (on purpose)
This commit is contained in:
db-2001
2024-02-03 00:41:12 -05:00
parent 18d3a09d93
commit 76f6216501
2 changed files with 83 additions and 49 deletions

View File

@ -56,7 +56,10 @@
<blur-background id="blurBackgroundSettingsPopup" onclick="
settingsPopup.style.display = 'none';"></blur-background>
<popup-window>
<popup-title>Settings</popup-title>
<titlebar>
<popup-title>Settings</popup-title>
<popup-close onclick="settingsPopup.style.display = 'none'">&times</popup-close>
</titlebar>
<popup-content>
<div>
<p class="title">Download Location:</p>
@ -105,13 +108,13 @@
<input type="checkbox" id="mangaHoverCheckbox" name="css-style" value="style_mangahover.css" onclick="updateCSS()">
<label for="css-style"> Show manga titles and sources on hover</label><br>
</div>
<div>
<input type="submit" value="Update" onclick="UpdateSettings()">
</div>
<div>
<input type="submit" value="Refresh Library Metadata" style="width: fit-content;"onclick="RefreshLibraryMetadata()">
</div>
</popup-content>
<titlebar>
<apply-settings onclick="UpdateSettings()">Apply Settings</apply-settings>
</titlebar>
</popup-window>
</popup>