app/assets/stylesheets/elabs/app/_content.scss in elabs-3.0.0 vs app/assets/stylesheets/elabs/app/_content.scss in elabs-4.0.0

- old
+ new

@@ -6,5 +6,20 @@ @include content-full('album', $el-content-album-bg); @include content-full('article', $el-content-article-bg); @include content-full('note', $el-content-note-bg); @include content-full('project', $el-content-project-bg); @include content-full('upload', $el-content-upload-bg); +@include content-inline('album', $el-content-album-bg); +@include content-inline('article', $el-content-article-bg); +@include content-inline('note', $el-content-note-bg); +@include content-inline('project', $el-content-project-bg); +@include content-inline('upload', $el-content-upload-bg); + +.upload { + + &--inline { + + .icon { + max-width: 1.5em; + } + } +}