1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-01-10 17:43:01 +01:00

fix video title width on mobile

This commit is contained in:
bopol 2021-01-04 10:55:25 +01:00
parent 7596b870e5
commit c44551580f

View File

@ -1436,6 +1436,9 @@ code {
margin: 5px 2.5%;
width: 95%;
}
#post .video .title {
width: 100%;
}
#post .video-holder a img {
width: 100%;
}