Merge branch 'hide-md-images' into 'develop'
Hide Markdown images Closes #1171 See merge request soapbox-pub/soapbox!1956
This commit is contained in:
commit
429b40aa6d
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@
|
|||
@apply w-5 h-5;
|
||||
}
|
||||
|
||||
/* Markdown images */
|
||||
[data-markup] img:not(.emojione):not([width][height]) {
|
||||
@apply w-full h-72 object-contain rounded-lg overflow-hidden my-4 block;
|
||||
/* Hide Markdown images (Pleroma) */
|
||||
[data-markup] img:not(.emojione) {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
/* User setting to underline links */
|
||||
|
|
Loading…
Reference in a new issue