diff options
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index fe9fd3a9..b0d6db85 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -13,12 +13,39 @@ } .user-info { - .following-info { + .user-interactions { display: flex; + flex-flow: row wrap; + justify-content: center; div { flex: 1; } + margin-top: 0.5em; + margin-bottom: -1.2em; + + .following { + font-size: 14px; + flex: 0 0 100%; + margin-bottom: 0.5em; + } + + .mute { + max-width: 200px; + } + + .follow { + max-width: 200px; + } + + button { + width: 80%; + height: 100%; + border: 1px solid; + } + } + .user-screen-name { + margin-top: 0.4em; } } </style> |
