1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 13:39:24 -05: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%;
}
}
}
}
}