diff --git a/src/views/Feed/Feed.vue b/src/views/Feed/Feed.vue index 36095b06..8ae6bafe 100644 --- a/src/views/Feed/Feed.vue +++ b/src/views/Feed/Feed.vue @@ -23,7 +23,7 @@ v-model="feedTable.search" :placeholder="t('view.feed.search_placeholder')" clearable - style="flex: none; width: 150px; margin-left: 10px" + style="flex: 0.4; margin-left: 10px" @keyup.enter="feedTableLookup" @change="feedTableLookup"> diff --git a/src/views/FriendList/FriendList.vue b/src/views/FriendList/FriendList.vue index e74531a8..164ffd68 100644 --- a/src/views/FriendList/FriendList.vue +++ b/src/views/FriendList/FriendList.vue @@ -62,7 +62,7 @@ multiple clearable collapse-tags - style="flex: none; width: 200px; margin: 0 10px" + style="flex: 0.3; margin: 0 10px" :placeholder="t('view.friend_list.filter_placeholder')" @change="friendsListSearchChange"> + style="flex: 0.4; margin-left: 10px" /> diff --git a/src/views/GameLog/GameLog.vue b/src/views/GameLog/GameLog.vue index 139c46ab..23f61e6a 100644 --- a/src/views/GameLog/GameLog.vue +++ b/src/views/GameLog/GameLog.vue @@ -1,6 +1,5 @@