made EVEN MORE mobile compatible (missing screenTransition tips text & license font)
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user