1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 14:26:28 +02:00
This commit is contained in:
syuilo
2020-12-06 13:00:17 +09:00
parent e1d69fb4ad
commit 9a98de7bd8

View File

@@ -228,6 +228,12 @@ export default defineComponent({
> .title {
font-weight: bold;
}
> .content {
> img {
max-width: 100%;
}
}
}
}
}