fix mobile button

This commit is contained in:
Nick
2019-04-10 20:44:44 -06:00
parent 1db8a6eb4b
commit 7cadc6e2e7
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ var StoryTracker = {
actionWait:function(){
if(action_waiting == true || typing){
setTimeout(StoryTracker.actionWait, 2000);
setTimeout(StoryTracker.actionWait, 4000);
}
else{
Typer.appendToText(" Generating...")
@@ -133,7 +133,7 @@ var StoryTracker = {
StoryTracker.lastStory = StoryTracker.results[choice_int]
StoryTracker.makeActionRequests(StoryTracker.firstStory + StoryTracker.lastStory)
action_waiting = true
setTimeout(StoryTracker.actionWait, 2000);
setTimeout(StoryTracker.actionWait, 4000);
Typer.appendToText("\n")
Typer.appendToText(StoryTracker.lastStory)
Typer.appendToText("\n\nOptions:")
+8 -1
View File
@@ -79,11 +79,13 @@ a {
}
button {
border-color: #000
border-color: #fff;
bottom: 40px;
color: #fff;
margin-top: 40px;
margin-left: 4%;
margin-right: 4%;
margin-bottom: 20px;
background-color: #111;
width: 18%;
height: 100px;
@@ -93,6 +95,11 @@ button {
}
button:focus{
background-color: #0bc;
}
/* Add a black background color to the top navigation */
.topnav {
background-color: #000;