Add overflow: hidden to thumbails to improve mobile
This commit is contained in:
parent
d7a303b410
commit
ffea30770c
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user