Merge pull request 'expandable image full screen width for mobile' (#135) from takatalk/teddit:expandable-image-previews into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/135
This commit is contained in:
teddit 2021-01-25 16:24:11 +01:00
commit abbc68d0c9
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;