1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 15:38:20 +01:00

style.css: no post borders on small screens (they interfere with hovering and are shown sometimes)

This commit is contained in:
Zankaria 2024-08-18 16:41:21 +02:00 committed by Zankaria
parent 75977269f3
commit 8d20c52754

View File

@ -343,6 +343,11 @@ div.post.reply {
border-width: 1px;
border-style: none solid solid none;
border-color: #B7C5D9;
@media (max-width: 48em) {
border-left-style: none;
border-right-style: none;
}
}
span.trip {