Mobile CSS fixes

This commit is contained in:
vas3k
2020-02-05 18:37:25 +01:00
parent 57030e2ef0
commit 3eea54c968
3 changed files with 9 additions and 4 deletions

View File

@@ -275,6 +275,12 @@
max-width: 100%;
}
@media only screen and (max-width : 800px) {
.article-tooltip {
font-size: 17px;
}
}
.article:hover > .article-tooltip {
display: block;
}

View File

@@ -78,15 +78,14 @@
.block {
grid-template-columns: 100%;
}
}
@media only screen and (max-width : 570px) {
.block-header {
grid-column-start: 1;
grid-column-end: 2;
}
}
@media only screen and (max-width : 570px) {
.feed-title-hidden {
display: none;
}

View File

@@ -47,7 +47,7 @@ body {
@media only screen and (max-width : 800px) {
body {
font-size: 14px;
font-size: 15px;
}
}