frontend fix

This commit is contained in:
carodej
2020-05-31 19:54:42 +02:00
parent 61a8849e2d
commit 16c3625b0b
6 changed files with 28 additions and 63 deletions
+1 -4
View File
@@ -150,8 +150,7 @@
}
}
// Small screen size
.small {
@media only screen and (max-width: 690px) {
.popup-wrapper {
padding: 40px 20px 20px;
left: 15px;
@@ -160,11 +159,9 @@
}
@media (prefers-color-scheme: dark) {
.popup-wrapper {
background: $dark_mode_background;
}
.popup-content {
.title {
color: $dark_mode_text_primary;