mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 23:09:28 +01:00
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:
commit
b7144ee673
9
dist/css/styles.css
vendored
9
dist/css/styles.css
vendored
@ -882,9 +882,6 @@ input[type="submit"]:hover,
|
||||
margin-left: 6px;
|
||||
font-size: small;
|
||||
}
|
||||
#post .crosspost .image img {
|
||||
max-width: 600px;
|
||||
}
|
||||
#post .gallery {
|
||||
float: left;
|
||||
width: 100%;
|
||||
@ -1400,6 +1397,12 @@ code {
|
||||
margin: 5px 2.5%;
|
||||
width: 95%;
|
||||
}
|
||||
.info .submitted {
|
||||
margin: auto auto 2.5% 2.5%;
|
||||
}
|
||||
#post .crosspost {
|
||||
margin: auto 2.5%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user