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