-
+
-
+
{{ $t('user_card.subscribe') }}
-
+
{{ $t('user_card.subscribed') }}
+
-
-
- {{ $t('user_card.muted') }}
-
-
-
-
- {{ $t('user_card.mute') }}
-
-
+
+ {{ $t('user_card.muted') }}
+
+
+ {{ $t('user_card.mute') }}
+
+
-
-
- {{ $t('user_card.blocked') }}
-
-
-
-
- {{ $t('user_card.block') }}
-
-
+
+ {{ $t('user_card.blocked') }}
+
+
+ {{ $t('user_card.block') }}
+
-
-
-
- {{ $t('user_card.report') }}
-
-
+
+
+
+ {{ $t('user_card.report') }}
+
+
@@ -366,25 +361,23 @@
justify-content: space-between;
margin-right: -.75em;
- > div {
+ > * {
flex: 1 0 0;
- margin-right: .75em;
- margin-bottom: .6em;
+ margin: 0 .75em .6em 0;
white-space: nowrap;
- }
- button {
- width: 100%;
- height: 100%;
- margin: 0;
+ > button {
+ margin: 0;
+ width: 100%;
+ }
}
.remote-button {
- height: 28px !important;
- width: 92%;
+ height: 28px;
+ margin: 0;
}
- .pressed {
+ button.pressed {
border-bottom-color: rgba(255, 255, 255, 0.2);
border-top-color: rgba(0, 0, 0, 0.2);
}
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index 7eb4ed3a..39b99dac 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -3,7 +3,6 @@ import UserCard from '../user_card/user_card.vue'
import FollowCard from '../follow_card/follow_card.vue'
import Timeline from '../timeline/timeline.vue'
import Conversation from '../conversation/conversation.vue'
-import ModerationTools from '../moderation_tools/moderation_tools.vue'
import List from '../list/list.vue'
import withLoadMore from '../../hocs/with_load_more/with_load_more'
@@ -132,7 +131,6 @@ const UserProfile = {
Timeline,
FollowerList,
FriendList,
- ModerationTools,
FollowCard,
Conversation
}