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

Automatic Merge
Этот коммит содержится в:
Matthew Birtch
2024-06-27 18:57:50 -04:00
коммит произвёл GitHub
родитель e85d34163c
Коммит 2a37aeac79

Просмотреть файл

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