diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index b265e3c..16afcf2 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -241,7 +241,6 @@ onBeforeUnmount(() => { } .tabs-wrapper { display: flex; - width: 100%; height: 64px; background: var(--search-tabsBg, rgba(0, 0, 0, 0.05)); border-radius: var(--global-radius, 12px); @@ -274,7 +273,7 @@ onBeforeUnmount(() => { background: rgba(0, 0, 0, 0.05); padding-right: 38px; .tabs { - padding-right: 8px; + margin-right: 8px; } } } @@ -374,6 +373,8 @@ onBeforeUnmount(() => { } .keyboard-wrapper { flex: 0 0 456px; + padding-left: 54px; + padding-right: 46px; } } }