diff options
| author | hakui <hakui@airmail.cc> | 2017-02-18 01:48:35 -0600 |
|---|---|---|
| committer | hakui <hakui@airmail.cc> | 2017-02-18 01:48:35 -0600 |
| commit | 734597b43f0376c8df1f64c54f9fec592ffea51f (patch) | |
| tree | 6c9a5aee06c4e8d44ac8c30d20de4cf1bf351512 /src/components/user_profile | |
| parent | cd0925747dd4657747ed3bdb242446297676b5cf (diff) | |
hello world
Diffstat (limited to 'src/components/user_profile')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index fe9fd3a9..962318e4 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -19,6 +19,14 @@ div { flex: 1; } + margin-top: 1em; + margin-bottom: -1.2em; + } + .muteinfo{ + margin: 0.5em 0; + } + .user-screen-name { + margin-top: 0.4em; } } </style> |
