diff --git a/apps/settings/src/components/AppStoreDiscover/PostType.vue b/apps/settings/src/components/AppStoreDiscover/PostType.vue index 512ce9875105a..fbd7079627436 100644 --- a/apps/settings/src/components/AppStoreDiscover/PostType.vue +++ b/apps/settings/src/components/AppStoreDiscover/PostType.vue @@ -252,15 +252,15 @@ export default defineComponent({ } &__play-icon { + position: absolute; + top: -46px; // half of the icon height + inset-inline-end: -46px; // half of the icon width + &-wrapper { position: relative; top: -50%; inset-inline-start: -50%; } - - position: absolute; - top: -46px; // half of the icon height - inset-inline-end: -46px; // half of the icon width } } diff --git a/apps/settings/src/components/Users/UserListHeader.vue b/apps/settings/src/components/Users/UserListHeader.vue index dbf60a523a01a..93a0582c8a42d 100644 --- a/apps/settings/src/components/Users/UserListHeader.vue +++ b/apps/settings/src/components/Users/UserListHeader.vue @@ -143,9 +143,9 @@ export default Vue.extend({ @import './shared/styles.scss'; .header { + border-bottom: 1px solid var(--color-border); + @include row; @include cell; - - border-bottom: 1px solid var(--color-border); } diff --git a/core/src/views/LegacyUnifiedSearch.vue b/core/src/views/LegacyUnifiedSearch.vue index 8c3b763c16d8c..fdf4c95a4cc4d 100644 --- a/core/src/views/LegacyUnifiedSearch.vue +++ b/core/src/views/LegacyUnifiedSearch.vue @@ -817,6 +817,10 @@ $input-padding: 10px; } &__results { + display: flex; + flex-direction: column; + gap: 4px; + &-header { display: block; margin: $margin; @@ -826,9 +830,6 @@ $input-padding: 10px; font-size: 19px; font-weight: bold; } - display: flex; - flex-direction: column; - gap: 4px; } .unified-search__result-more::v-deep {