Skip to content

Commit

Permalink
make layout horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
silverweed committed May 30, 2024
1 parent ba6fd17 commit a050bd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<input id='import-input' type='file' accept='.json' multiple/>
</div>
</div>
<p class='hint'>Hint: you can paste an image into this page to have it show up in the list below.</p>
<section class='images'></section>
</div>
<p class='hint'>Hint: you can paste an image into this page to have it show up in the list below.</p>
</section>
<img id='trash' src='trash_bin.png' title='Delete image (drag it over here)'></img>
</body>
Expand Down
17 changes: 6 additions & 11 deletions tiers.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ body {

.main-content {
display: flex;
flex-flow: row;
}

.tierlist {
width: 80%;
flex-flow: column;
}

.tierlist span {
Expand Down Expand Up @@ -135,10 +131,9 @@ img.draggable.dragged, .button:active {

.bottom-container {
display: flex;
flex-flow: column;
flex-flow: row;
align-items: center;
width: 310px;
margin-left: 15px;
margin-top: 15px;
}

.bottom-container input {
Expand Down Expand Up @@ -173,7 +168,7 @@ img.draggable.dragged, .button:active {
.buttons-container {
display: flex;
flex-wrap: wrap;
width: 206px;
width: 270px;
}

.gh-link {
Expand All @@ -185,9 +180,9 @@ img.draggable.dragged, .button:active {

#trash {
position: absolute;
bottom: 5px;
top: 5px;
right: 5px;
height: 80px;
height: 60px;
opacity: 0.4;
}

Expand Down

0 comments on commit a050bd7

Please sign in to comment.