Prevent thumbnail from increasing width (useful on mobile)

This commit is contained in:
Heiko Joerg Schick
2023-08-31 13:48:41 +02:00
parent 8dc5f4ef0c
commit e324bb91b1
+5 -1
View File
@@ -119,7 +119,11 @@ body {
text-decoration: none; text-decoration: none;
} }
.rel more { .rel more {
font-size: 10px; font-size
: 10px;
}
.rel_img { /* prevent thumbnail from increasing width (useful on mobile) */
overflow: hidden;
} }
#sbox { #sbox {
width: 100%; width: 100%;