Skip to content

Commit

Permalink
dft: css
Browse files Browse the repository at this point in the history
  • Loading branch information
webfft committed Nov 10, 2023
1 parent b5b2ca5 commit 00c92e1
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions dft/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,27 +124,18 @@ canvas#timespan {
#buttons {
z-index: 5;
position: fixed;
left: 5%;
top: 0;
padding: 0.1em;
display: flex;
flex-direction: column;
right: 0;
gap: 0.25em;
}

#buttons button {
font-size: xxx-large;
}

@media (orientation: landscape) {
#buttons button {
font-size: xx-large;
}

body {
font-size: xx-large;
}
}

button {
color: #fff;
background: #002;
Expand Down Expand Up @@ -188,5 +179,18 @@ button.disabled {

html>body>.dg.ac {
z-index: 4;
_transform: scale(2) translate(-25%);
}
}

html>body>.dg.ac>.dg.main {
float: left;
}

@media (orientation: landscape) {
#buttons button {
font-size: xx-large;
}

body {
font-size: xx-large;
}
}

0 comments on commit 00c92e1

Please sign in to comment.