Responsive improvements

pull/118/head
Kevin Payravi 2023-04-13 01:36:30 -05:00
parent de986265f0
commit b80d6a8f49
1 changed files with 10 additions and 10 deletions

View File

@ -249,13 +249,13 @@
<a
href="https://getindie.wiki/#submit"
target="_blank"
>Submit a Wiki</a
>Submit&nbsp;a&nbsp;Wiki</a
>
&nbsp;&nbsp;&nbsp;
<a
href="https://github.com/KevinPayravi/indie-wiki-buddy"
target="_blank"
>Source Code</a
>Source&nbsp;Code</a
>
</div>
<div id="content">
@ -263,8 +263,8 @@
<div class="options">
<div class="settingToggleContainer">
<div id="power" class="settingToggle">
<input id="powerCheckbox" type="checkbox" />
<label for="powerCheckbox">
<label>
<input id="powerCheckbox" type="checkbox" />
<img id="powerImage" src="" alt="" />
<span id="powerText"></span>
</label>
@ -272,24 +272,24 @@
</div>
<div class="settingToggleContainer">
<div id="notifications" class="settingToggle">
<input id="notificationsCheckbox" type="checkbox" />
<label for="notificationsCheckbox">
<label>
<input id="notificationsCheckbox" type="checkbox" />
<span id="notificationsText">🔔 Desktop notifications when redirected to an indie wiki or BreezeWiki</span>
</label>
</div>
</div>
<div class="settingToggleContainer">
<div id="searchFilter" class="settingToggle">
<input id="searchFilterCheckbox" type="checkbox" />
<label for="searchFilterCheckbox">
<label>
<input id="searchFilterCheckbox" type="checkbox" />
<span id="searchFilterText">🔎 Filter non-indie wiki results in Google, Bing, & DuckDuckGo</span>
</label>
</div>
</div>
<div class="settingToggleContainer">
<div id="breezewiki" class="settingToggle">
<input id="breezewikiCheckbox" type="checkbox" />
<label for="breezewikiCheckbox">
<label>
<input id="breezewikiCheckbox" type="checkbox" />
<span id="breezewikiText">🌬️ Use BreezeWiki on Fandom</span>
</label>
</div>