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:
parent
75977269f3
commit
8d20c52754
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user