diff --git a/src/assets/iconActivity.svg b/src/assets/iconActivity.svg
index 9abffc1f6..b98abda5f 100644
--- a/src/assets/iconActivity.svg
+++ b/src/assets/iconActivity.svg
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/src/assets/iconChannel.svg b/src/assets/iconChannel.svg
index c72dc8872..27232fef5 100644
--- a/src/assets/iconChannel.svg
+++ b/src/assets/iconChannel.svg
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/src/components/ActivityRibbon.vue b/src/components/ActivityRibbon.vue
index 1fc33fd6b..72afc6057 100644
--- a/src/components/ActivityRibbon.vue
+++ b/src/components/ActivityRibbon.vue
@@ -1,38 +1,14 @@
-
- {{ tab.text }}
-
-
-
+
+
-
-
diff --git a/src/components/Link.vue b/src/components/Link.vue
index ba56eee94..69da1ecb6 100644
--- a/src/components/Link.vue
+++ b/src/components/Link.vue
@@ -18,9 +18,12 @@
diff --git a/src/components/TabBar.vue b/src/components/TabBar.vue
index 85953e31e..d0a827c58 100644
--- a/src/components/TabBar.vue
+++ b/src/components/TabBar.vue
@@ -9,7 +9,7 @@
{{ tab.text }}
-
+
diff --git a/src/components/TabBarButton.vue b/src/components/TabBarButton.vue
index c4830c600..a08b73ec9 100644
--- a/src/components/TabBarButton.vue
+++ b/src/components/TabBarButton.vue
@@ -34,7 +34,8 @@ export default {
cursor: pointer;
}
- &.active {
+ &.active,
+ &.router-link-exact-active {
border-color: $custom_links_color;
color: $custom_links_color;
}
diff --git a/src/components/UserInfo.vue b/src/components/UserInfo.vue
index 451631a42..a1d069761 100644
--- a/src/components/UserInfo.vue
+++ b/src/components/UserInfo.vue
@@ -662,12 +662,6 @@ input[type="file"] {
}
@include mobile {
- .user-info {
- .tips-container {
- padding: 0.15rem 0.5rem;
- }
- }
-
.profile-header {
white-space: nowrap;
diff --git a/src/components/WordVoting.vue b/src/components/WordVoting.vue
index 9837431e3..fa2281599 100644
--- a/src/components/WordVoting.vue
+++ b/src/components/WordVoting.vue
@@ -1,26 +1,24 @@
-
-
- {{ $t('views.WordDetail.Tabs.Ongoing') }}
-
-
- {{ $t('views.WordDetail.Tabs.Past') }}
-
-
- {{ $t('views.WordDetail.Tabs.My') }}
-
-
+
+ {{ $t('views.WordDetail.Tabs.Ongoing') }}
+
+
+ {{ $t('views.WordDetail.Tabs.Past') }}
+
+
+ {{ $t('views.WordDetail.Tabs.My') }}
+
-
+
{{ $t('views.FeedList.main') }}
-
+
{{ $t('views.FeedList.tips') }}
-
+
{{ $t('views.FeedList.posts') }}
-
+
{{ $t('views.TipList.SortingLatest') }}
-
+
{{ $t('views.TipList.SortingMostPopular') }}
-
+
{{ $t('views.TipList.SortingHighestRated') }}
@@ -53,7 +53,6 @@