expandable image full screen width for mobile

This commit is contained in:
takatalk 2021-01-24 17:24:02 -05:00
parent f1d02aac1a
commit 8998db333a
1 changed files with 6 additions and 0 deletions

View File

@ -497,6 +497,12 @@ footer a {
#links .link .entry details .line:first-child {
margin-top: 0;
}
@media screen and (max-width: 600px) {
#links .link .entry details[open] .preview {
width: 100vw;
transform: translateX(-150px);
}
}
/* COMMENTS */
.comment {
font-size: 0.83rem;