Fixed embedded-version

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-05 15:33:36 +01:00
parent 25004f1a7a
commit 421482ec3a
8 changed files with 205 additions and 156 deletions

View File

@@ -286,6 +286,21 @@
border-radius: 2px;
}
#toast-container{
left:2%;
cursor:pointer;
width:70vw;
display: flex;
flex-direction: column;
align-items: baseline;
/*pointer-events:none;*/
}
.toast {
word-break: normal;
cursor: pointer;
}
#volume .ui-slider-handle {
height: 14px;
width: 14px;
@@ -407,3 +422,9 @@ padding: 0 5px;
#wrapper{
/*height: 94%;*/
}
@media only screen and (max-width: 992px) and (min-width: 601px) {
#toast-container {
bottom: 12%;
}
}