Skip to content

Commit

Permalink
Potentially fix import positioning 529842d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 28, 2022
1 parent fd2a464 commit b02a3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ <h1> Import from Github? </h1>

<!-- Yes. A lot of inline CSS. Sorry :p -->

<input type="text" id="in_github_repo" style="height: 20%; width: 80%; text-align: center; font-size: large;" placeholder="DvvCz/MorseBot" required>
<input type="text" id="in_github_repo" style="height: 20%; width: 80%; position: absolute; top: 50%; left: 10%; text-align: center; font-size: large;" placeholder="DvvCz/MorseBot" required>

<div style="height: 20%; position: absolute; top: 70%; left: 50%; margin-top: -10%; margin-left: -25%;">
<div style="height: 20%; position: absolute; top: 90%; left: 50%; margin-top: -10%; margin-left: -25%;">
<button id="btn_import">Import</button>
<button id="btn_import_cancel" style="background-color: rgb(201, 78, 78)">Cancel</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b02a3b4

Please sign in to comment.