diaspora/app/assets/stylesheets/post-content.scss
2015-06-05 00:12:05 +02:00

22 lines
427 B
SCSS

.post-content {
img { max-width: 100%; }
.photo_attachments {
margin-top: 7px;
padding-bottom: 10px;
text-align: center;
img {
&.big_stream_photo {
display: block;
max-width: 100%;
}
&.thumb_small {
display: inline;
max-width: 50px;
max-height: 50px;
}
margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
}
}
}