Umik ikon (komentarji in GDPR) za ožje ekrane

This commit is contained in:
tejagerjovic 2021-07-26 14:48:53 +02:00
parent 5340205f7d
commit 03ec553729
2 changed files with 17 additions and 0 deletions

View File

@ -28547,6 +28547,15 @@ a.addIfIcon {
margin-bottom: 2px;
}
@media (max-width: 1100px) {
#quick_comments_link.newCss {
display: none;
}
#firstNavigation ol.right-side {
display: none;
}
}
@media (max-width: 850px) {
#main {
margin-top: 70px;

View File

@ -1 +1,9 @@
#quick_comments_link.newCss {
display:none;
}
#firstNavigation {
ol.right-side {
display:none;
}
}