Hide Markdown images
This commit is contained in:
parent
8a30454be2
commit
a2a445691f
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@
|
||||||
@apply w-5 h-5;
|
@apply w-5 h-5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Markdown images */
|
/* Hide Markdown images (Pleroma) */
|
||||||
[data-markup] img:not(.emojione):not([width][height]) {
|
[data-markup] img:not(.emojione) {
|
||||||
@apply w-full h-72 object-contain rounded-lg overflow-hidden my-4 block;
|
@apply hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User setting to underline links */
|
/* User setting to underline links */
|
||||||
|
|
Loading…
Reference in a new issue