1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 12:25:30 +02:00
This commit is contained in:
syuilo
2018-03-17 17:47:46 +09:00
parent 1003eb19e5
commit f540393ee8
4 changed files with 31 additions and 11 deletions

View File

@@ -78,14 +78,14 @@ export default Vue.extend({
> img
display block
width 36px
height 36px
width 42px
height 42px
border-radius 6px
> .body
float right
width calc(100% - 36px)
padding-left 8px
width calc(100% - 42px)
padding-left 12px
> header
display flex