1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00

Fix style

This commit is contained in:
syuilo
2020-02-22 06:54:35 +09:00
parent 8aab828c65
commit 7165f21a62

View File

@@ -37,6 +37,10 @@ export default Vue.extend({
font-size: 0.8em;
}
::v-deep > code {
word-break: break-all;
}
::v-deep .title {
text-align: center;
border-bottom: solid 1px var(--divider);