mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-10 19:45:34 +00:00
Mobile settings maybe?
This commit is contained in:
@@ -540,6 +540,32 @@ input[type="radio"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-device-width: 1000px) {
|
@media only screen and (max-device-width: 1000px) {
|
||||||
|
.passbox {
|
||||||
|
height:53px;
|
||||||
|
font-size:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminPanel{
|
||||||
|
height:570px;
|
||||||
|
font-size:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button{
|
||||||
|
font-size:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button[value="Shuffle"]{
|
||||||
|
margin-left:100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result b {
|
||||||
|
margin-left:100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminForm {
|
||||||
|
margin-left:100px;
|
||||||
|
}
|
||||||
|
|
||||||
#controls {
|
#controls {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
@@ -687,9 +713,9 @@ input[type="radio"] {
|
|||||||
background-size:100%;
|
background-size:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings {
|
/*#settings {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
#results {
|
#results {
|
||||||
position:inherit;
|
position:inherit;
|
||||||
@@ -794,6 +820,7 @@ input[type="radio"] {
|
|||||||
.fchan {
|
.fchan {
|
||||||
font-size:7vw;
|
font-size:7vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1000px) {
|
@media only screen and (min-width: 1000px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user