mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 09:09:27 +01:00
Merge pull request 'fix video overflow on mobile' (#47) from bopol/teddit:mobile into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/47
This commit is contained in:
commit
7c7b13cb75
4
dist/css/styles.css
vendored
4
dist/css/styles.css
vendored
@ -1396,6 +1396,10 @@ code {
|
||||
#post .image {
|
||||
padding: 2.5%;
|
||||
}
|
||||
#post .video {
|
||||
margin: 5px 2.5%;
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user