memos/web/src/less/image.less

9 lines
131 B
Plaintext

.image-container {
@apply hide-scrollbar;
-webkit-tap-highlight-color: transparent;
> img {
@apply w-full h-auto;
}
}