Merge pull request #104 from Oliver-Akins/dev
Fix: Eye padding and button clickability indicator
This commit is contained in:
commit
e4c8b8752d
2 changed files with 4 additions and 5 deletions
|
|
@ -298,12 +298,9 @@ input[type="text"] {
|
|||
input[type="text"]:focus {
|
||||
border-color: var(--board-background-text);
|
||||
}
|
||||
/* input[type="text"].team-answer {
|
||||
padding-right: 5%;
|
||||
}
|
||||
input[type="text"].other-team-answer {
|
||||
padding-left: 5%;
|
||||
} */
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
#past-questions-toggle {
|
||||
background-color: var(--past-questions-button-default);
|
||||
|
|
|
|||
|
|
@ -10,9 +10,11 @@
|
|||
</a>
|
||||
</div>
|
||||
<button
|
||||
class="clickable"
|
||||
@click.stop="createGame()"
|
||||
>Create Game</button>
|
||||
<button
|
||||
class="clickable"
|
||||
@click.stop="joinGame()"
|
||||
>Join Game</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue