Push another half-fix for portrait thumbnails. Man, this thing is breaking all over the place.
This commit is contained in:
parent
2b7b701019
commit
74743bed0a
@ -342,6 +342,7 @@ textarea#comment_content {
|
||||
float: left;
|
||||
padding: 0px;
|
||||
width: 180px;
|
||||
height: 210px;
|
||||
overflow: hidden;
|
||||
margin: 0px 4px 10px;
|
||||
text-align: center;
|
||||
@ -354,7 +355,8 @@ textarea#comment_content {
|
||||
}
|
||||
|
||||
.media_thumbnail img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
/* media detail */
|
||||
|
Loading…
x
Reference in New Issue
Block a user