UX: hide draft post notice on mobile chat (#25297)

This commit is contained in:
David Battersby
2024-01-17 16:45:25 +08:00
committed by GitHub
parent df8bb947b2
commit c91bd3ca07

View File

@ -55,3 +55,7 @@
}
}
}
.has-full-page-chat div#reply-control {
display: none;
}