mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
disable read-state indicator on mobile for now
This commit is contained in:
parent
6d9d010516
commit
86c0d890d6
1 changed files with 4 additions and 0 deletions
|
@ -563,3 +563,7 @@ blockquote {
|
|||
.edits {margin-right: 5px;}
|
||||
}
|
||||
}
|
||||
|
||||
.read-state {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue