version change to v1.7.11

This commit is contained in:
Miloš Holba
2020-10-23 16:14:34 +02:00
parent 12d6b0bf57
commit 5be9db83f7
72 changed files with 161 additions and 130 deletions
@@ -34,4 +34,10 @@
right: 0;
}
}
@media only screen and (max-width: 320px) {
.actions {
position: unset;
}
}
</style>
@@ -35,6 +35,12 @@
}
}
@media only screen and (max-width: 320px) {
.popup-content {
position: unset;
}
}
@keyframes popup-in {
0% {
opacity: 0;
@@ -134,6 +134,12 @@
}
}
@media only screen and (max-width: 320px){
.popup-wrapper {
overflow-y: auto;
}
}
@media (prefers-color-scheme: dark) {
.popup-wrapper {
background: $dark_mode_background;