This commit is contained in:
octospacc 2022-05-27 16:32:51 +02:00
parent c5addb63a3
commit 1e11a1ec66
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
</div>
<div id="MiddleBox">
<div id="LeftBoxContainer">
<label id="LeftBoxLabel" for="LeftBoxCheck"><big class="twa twa-books"><b>[📚]</b></big></label>
<label id="LeftBoxLabel" for="LeftBoxCheck"><big><b>[</b><span class="twa twa-books"><span>📚</span></span><b>]</b></big></label>
<input type="checkbox" id="LeftBoxCheck" checked>
<br>
<div id="LeftBox" class="ToggleBox">
@ -28,7 +28,7 @@
</div>
</div>
<div id="RightBoxContainer">
<label id="RightBoxLabel" for="RightBoxCheck"><big class="twa twa-bookmark-tabs"><b>[📑]</b></big></label>
<label id="RightBoxLabel" for="RightBoxCheck"><big><b>[</b><span class="twa twa-bookmark-tabs"><span>📑</span></span><b>]</b></big></label>
<input type="checkbox" id="RightBoxCheck" checked>
<br>
<div id="RightBox" class="ToggleBox">
@ -40,7 +40,7 @@
</div>
</div>
<div id="BottomBoxContainer">
<label id="BottomBoxLabel" for="BottomBoxCheck"><big class="twa twa-label"><b>[🏷️]</b></big></label>
<label id="BottomBoxLabel" for="BottomBoxCheck"><big><b>[</b><span class="twa twa-label"><span>🏷️</span></span><b>]</b></big></label>
<input type="checkbox" id="BottomBoxCheck">
<div id="BottomBox" class="ToggleBox">
[HTML:Part:Standard/BottomBox.html]