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
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ img.embed {
|
||||||
|
|
||||||
|
|
||||||
table.notimestamp td.time {
|
table.notimestamp td.time {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal ul {
|
.modal ul {
|
||||||
|
|
Loading…
Add table
Reference in a new issue