removed offending line that hid threads view on mobile (#27428)

Automatic Merge
This commit is contained in:
Matthew Birtch
2024-06-27 18:57:50 -04:00
committed by GitHub
parent e85d34163c
commit 2a37aeac79

View File

@@ -110,8 +110,6 @@
}
@media screen and (max-width: 768px) {
grid-template-rows: 0 1fr;
> .Header {
display: none;
}