mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-11 11:51:53 +08:00
fix mobile button
This commit is contained in:
+2
-2
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user