mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 07:26:29 +09:00
Fix style
This commit is contained in:
@ -37,6 +37,10 @@ export default Vue.extend({
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep > code {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
::v-deep .title {
|
::v-deep .title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: solid 1px var(--divider);
|
border-bottom: solid 1px var(--divider);
|
||||||
|
Reference in New Issue
Block a user