css: add missing media queries to css styles

This commit is contained in:
Zankaria 2025-01-08 22:14:21 +01:00
parent 55d21a4dd5
commit 7de4ca2133
28 changed files with 819 additions and 666 deletions

View file

@ -53,6 +53,10 @@ div.post.reply {
border-top: none;
border-radius: 5px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
@media (max-width: 48em) {
border-right-style: none;
}
}
div.post.reply.highlighted {
@ -62,6 +66,10 @@ div.post.reply.highlighted {
border-top: none;
border-radius: 5px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
@media (max-width: 48em) {
border-right-style: none;
}
}
div.post.reply div.body a {