input buttons flex column
This commit is contained in:
parent
860080f57b
commit
42844ad401
2 changed files with 9 additions and 3 deletions
|
|
@ -146,6 +146,10 @@ textarea::placeholder {
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.input-buttons {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.button {
|
||||
display: flex;
|
||||
font-size: 1rem;
|
||||
|
|
|
|||
|
|
@ -48,9 +48,11 @@
|
|||
|
||||
<div class="buttons">
|
||||
|
||||
<!-- <button id="save-area-file" class="button" onclick="">Load Save</button> -->
|
||||
<button id="save-area-read" class="button" onclick="HKReadTextArea();">Analyze</button>
|
||||
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this)">
|
||||
<div class="input-buttons">
|
||||
<!-- <button id="save-area-file" class="button" onclick="">Load Save</button> -->
|
||||
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this)">
|
||||
<button id="save-area-read" class="button" onclick="HKReadTextArea();">Analyze</button>
|
||||
</div>
|
||||
|
||||
<div class="checkboxes">
|
||||
<label for="checkbox-hints" class="checkbox-label" title="Check to see an optional clue for your first playthrough based on your save's progress.">
|
||||
|
|
|
|||
Loading…
Reference in a new issue