mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
expandable image full screen width for mobile
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user