Merge pull request #26 from Copephobia/css-fix

Fix topic div being hidden on iOS devices
This commit is contained in:
Philipp C. Heckel 2021-11-28 15:53:59 -05:00 committed by GitHub
commit ee5b5c6edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -373,10 +373,6 @@ li {
}
/** Detail view */
#detail {
display: none;
}
#detail .detailDate {
color: #888;
font-size: 0.9em;