made EVEN MORE mobile compatible (missing screenTransition tips text & license font)

This commit is contained in:
2025-01-27 21:15:59 +01:00
parent 4744c4ba1c
commit edfc47c1cc
11 changed files with 39 additions and 25 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<body>
<div id="mainDiv">
<div id="navBarContainer" data-alt="byte"></div>
<div id="navBarContainer" data-alt="byte, playDisabled"></div>
<ul>
<li class="toyLi">
+2 -2
View File
@@ -44,8 +44,6 @@
<!-- Proof that I am Byte Dice? Check the commit history. -->
<div id="mainDiv">
<div id="navBarContainer" data-alt="byte"></div>
<div class="allContainer">
<div id="optionsContainer" class="borderedRect">
<h1 class="optionsCredits h1Top">
@@ -186,6 +184,8 @@
<p id="credits_600x400">Original by Chilli<br>Remade by Byte Dice at bytedice.net/toys</p>
</div>
<div id="navBarContainer" data-alt="byte, playDisabled"></div>
</div>
<div id="loadingScreen"></div>
+1
View File
@@ -6,6 +6,7 @@
padding: calc(2px * var(--pxDensity));
overflow-y: scroll;
max-width: min(600px, 100vw);
max-height: 40vh;
flex-grow: 1;
font-size: calc(4px * var(--pxDensity));
}