chore: show inline image in daily review dialog (#135)

This commit is contained in:
boojack
2022-07-29 20:11:14 +08:00
committed by GitHub
parent 9994b1fabc
commit df7b4d54c6
7 changed files with 51 additions and 31 deletions

View File

@ -7,6 +7,10 @@
@apply inline-block w-full h-auto mb-1 last:mb-0 text-base leading-7 whitespace-pre-wrap break-all;
}
.img {
@apply float-left max-w-full w-full;
}
.tag-span {
@apply inline-block w-auto font-mono text-blue-600;
}