Skip to content

Commit

Permalink
Merge pull request #1 from gleboneloner/dev
Browse files Browse the repository at this point in the history
finalize styles
  • Loading branch information
gleboneloner authored Jul 12, 2022
2 parents cbff5bf + 9def1ef commit f2a5095
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ input[long] {
}

.divider {
align-self: stretch; border-left: 1px solid var(--border-color);
border-left: 1px solid var(--border-color);
align-self: stretch;
}

.button {
Expand All @@ -76,14 +77,11 @@ input[long] {
}

#panel {

position: fixed; bottom: 20px; left: 50vw;
transform: translateX(-50%);

display: flex; flex-direction: row;
background: var(--magic-color);
padding: 10px; gap: 10px;

}

#panel > * {
Expand All @@ -92,15 +90,11 @@ input[long] {
}

#board {

position: fixed; top: 50vh; right: 20px;
transform: translateY(-50%);

display: flex; padding: 10px;
gap: 10px; flex-direction: column;

background: var(--magic-color);

}

.controller {
Expand Down

0 comments on commit f2a5095

Please sign in to comment.