mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 21:02:36 +01:00
fix video overflow on mobile
This commit is contained in:
parent
2cd2c85372
commit
622f08f9f1
4
dist/css/styles.css
vendored
4
dist/css/styles.css
vendored
@ -1396,6 +1396,10 @@ code {
|
|||||||
#post .image {
|
#post .image {
|
||||||
padding: 2.5%;
|
padding: 2.5%;
|
||||||
}
|
}
|
||||||
|
#post .video {
|
||||||
|
margin: 5px 2.5%;
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user