Merge branch 'attachment-thumbs-sensitive' into 'develop'

Fix: Quote posts do not carry sensitive tag

Closes #852

See merge request soapbox-pub/soapbox-fe!1079
This commit is contained in:
marcin mikołajczak 2022-03-06 23:22:01 +00:00
commit edb80c705d
8 changed files with 3 additions and 2 deletions

Binary file not shown.

View file

@ -199,8 +199,9 @@ $media-compact-size: 50px;
height: $media-compact-size !important; height: $media-compact-size !important;
background: transparent; background: transparent;
.spoiler-button { .spoiler-button .svg-icon {
display: none; width: 16px;
height: 16px;
} }
.media-gallery__item { .media-gallery__item {