memos/web/src/less/image.less
2022-11-19 17:36:25 +08:00

9 lines
131 B
Plaintext

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