Merge pull request 'Some layout improvements' (#48) from bopol/teddit:mobile into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/48
This commit is contained in:
teddit 2020-12-06 20:10:18 +01:00
commit b7144ee673

9
dist/css/styles.css vendored
View File

@ -882,9 +882,6 @@ input[type="submit"]:hover,
margin-left: 6px; margin-left: 6px;
font-size: small; font-size: small;
} }
#post .crosspost .image img {
max-width: 600px;
}
#post .gallery { #post .gallery {
float: left; float: left;
width: 100%; width: 100%;
@ -1400,6 +1397,12 @@ code {
margin: 5px 2.5%; margin: 5px 2.5%;
width: 95%; width: 95%;
} }
.info .submitted {
margin: auto auto 2.5% 2.5%;
}
#post .crosspost {
margin: auto 2.5%;
}
} }