mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-08 23:39:46 +01:00
style.css: increase breakpoint for small screen
This commit is contained in:
parent
3802498962
commit
508040bae0
@ -6,6 +6,11 @@ body {
|
|||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
|
||||||
|
@media (max-width: 48em) {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
@ -229,7 +234,10 @@ div.post.op hr {
|
|||||||
|
|
||||||
.post-details {
|
.post-details {
|
||||||
text-wrap: nowrap;
|
text-wrap: nowrap;
|
||||||
|
|
||||||
|
@media (max-width: 48em) {
|
||||||
float: right;
|
float: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input.delete {
|
input.delete {
|
||||||
@ -270,6 +278,13 @@ div.post {
|
|||||||
padding: 0.5em 0.3em;
|
padding: 0.5em 0.3em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 94%!important;
|
max-width: 94%!important;
|
||||||
|
|
||||||
|
@media (max-width: 48em) {
|
||||||
|
margin: 0.1em 0px;
|
||||||
|
padding: 0.5em 0px;
|
||||||
|
width: 100%;
|
||||||
|
max-width: unset!important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.post div.head {
|
div.post div.head {
|
||||||
@ -284,7 +299,7 @@ div.post > p {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
min-height: 1.16em;
|
min-height: 1.16em;
|
||||||
|
|
||||||
@media (max-width: 32em) {
|
@media (max-width: 48em) {
|
||||||
margin-right: 1.4em;
|
margin-right: 1.4em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user