Skip to content

Commit

Permalink
enable mobile view
Browse files Browse the repository at this point in the history
Fix for #385 and #361

Signed-off-by: Dennis1993 <[email protected]>
  • Loading branch information
Dennis1993 authored Sep 4, 2022
1 parent 32b5e46 commit da6659b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
max-width: 100vw;
}

.monitoring-wrapper {
display: -webkit-flex;
display: flex;
position: left;
max-width: 50%;
min-width: 50%;
}

.monitoring-wrapper > input {
flex: 1 0 auto;
width: calc(100% - 28px);
}

.monitoring-wrapper + .settings-hint {
Expand Down Expand Up @@ -189,7 +181,6 @@
min-width: 100%;
}

/*
@media only screen and (max-width: 1200px) {
.col-xl-6 {
flex-basis: 50%;
Expand Down Expand Up @@ -225,4 +216,3 @@
min-width: 100%;
}
}
*/

0 comments on commit da6659b

Please sign in to comment.