Add overflow: hidden to thumbails to improve mobile

This commit is contained in:
Nat McAleese 2023-06-19 09:18:17 -07:00
parent d7a303b410
commit ffea30770c

View File

@ -118,9 +118,12 @@ body {
color: white;
text-decoration: none;
}
.rel more {
.rel more {
font-size: 10px;
}
.rel_img { /* Prevent thumbnail from increasing width on mobile. */
overflow: hidden;
}
#sbox {
width: 100%;
}