diaspora/app/assets/stylesheets/post-content.scss
2017-08-31 02:45:02 +02:00

23 lines
445 B
SCSS

.message-content,
.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;
}
}
}