mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 00:59:24 +01:00
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:
commit
abbc68d0c9
@ -497,6 +497,12 @@ footer a {
|
|||||||
#links .link .entry details .line:first-child {
|
#links .link .entry details .line:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
#links .link .entry details[open] .preview {
|
||||||
|
width: 100vw;
|
||||||
|
transform: translateX(-150px);
|
||||||
|
}
|
||||||
|
}
|
||||||
/* COMMENTS */
|
/* COMMENTS */
|
||||||
.comment {
|
.comment {
|
||||||
font-size: 0.83rem;
|
font-size: 0.83rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user