Fix #29 -- scale html font-size to smaller pt size if with < 900
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
c6ad706f0c
commit
651eca0725
@ -10,7 +10,7 @@
|
||||
|
||||
.BottomBar {
|
||||
display: flex;
|
||||
margin-right: 30vw;
|
||||
margin-right: 30rem;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
}
|
||||
@ -19,8 +19,6 @@
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 0.5em;
|
||||
/* right: 30vw;*/
|
||||
/* bottom: 0;*/
|
||||
opacity: 0.8;
|
||||
top: 0.5em;
|
||||
justify-content: center;
|
||||
@ -209,7 +207,7 @@
|
||||
box-sizing: border-box;
|
||||
max-height: 100vh;
|
||||
overflow: hidden;
|
||||
max-width: 30vw;
|
||||
max-width: 30rem;
|
||||
z-index: 100;
|
||||
padding: 0.5em;
|
||||
right: 0px;
|
||||
@ -418,6 +416,7 @@
|
||||
|
||||
.Action {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex: 1 0;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
|
@ -1,3 +1,9 @@
|
||||
@media only screen and (max-width: 900px) {
|
||||
html {
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
|
Loading…
x
Reference in New Issue
Block a user