mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Hide action labels on mobile
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@media (max-width: 425px) {
|
||||
.label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user