respect notimestamp setting on mobile
marking the display: none as important gives it priority over the display:inline for td.time on mobile
This commit is contained in:
parent
e92cc3017a
commit
17cede5b68
@ -334,7 +334,7 @@ img.embed {
|
|||||||
|
|
||||||
|
|
||||||
table.notimestamp td.time {
|
table.notimestamp td.time {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal ul {
|
.modal ul {
|
||||||
|
Loading…
Reference in New Issue
Block a user