From 89fd312220134ba5fc532e26c553bc49378e5182 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 9 Mar 2023 14:35:15 +0100 Subject: [PATCH] feat(webapp): filter button style change --- webapp/pages/index.vue | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/webapp/pages/index.vue b/webapp/pages/index.vue index d5f1ac3d0..673425d12 100644 --- a/webapp/pages/index.vue +++ b/webapp/pages/index.vue @@ -40,7 +40,7 @@ - + {{ $t('contribution.filterMasonryGrid.myTopics') }} - + {{ $t('contribution.filterMasonryGrid.myFriends') }} @@ -307,6 +309,17 @@ export default { float: right; } +.my-filter-button-selected { + padding-right: 30px; + margin-left: 8px; +} + +.base-button.filter-remove { + position: relative; + margin-left: -31px; + top: -5px; +} + .base-button.--circle.post-add-button-bottom { height: 54px; width: 54px; @@ -335,6 +348,7 @@ export default { align-items: center; } .filterButtonMenu { + width: 70%; position: fixed; z-index: 6; margin-top: -35px;