Top bar should not be displayed in narrow mode

This commit is contained in:
Kovid Goyal 2020-11-24 13:25:34 +05:30
parent b5cf33145a
commit 8bc68e8375
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -10,6 +10,7 @@
padding-top: 0;
padding-bottom: 0;
}
div.related { display: none; }
}
@media screen and (min-width: 876px) {