mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed embedded-version
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user