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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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