style(SearchBarDialog): adjust search desktop activator dimensions and disable specificity warning

This commit is contained in:
jxxghp
2026-06-29 13:55:05 +08:00
parent 536844d291
commit ef170b54c6

View File

@@ -785,6 +785,8 @@ onMounted(() => {
</template>
<style scoped>
/* stylelint-disable no-descending-specificity */
.search-dialog {
display: flex;
overflow: hidden;
@@ -798,8 +800,8 @@ onMounted(() => {
}
.search-desktop-activator {
flex: 0 1 32rem;
inline-size: clamp(18rem, 32vw, 32rem);
flex: 0 1 22rem;
inline-size: clamp(15rem, 32vw, 22rem);
max-inline-size: calc(100vw - 10rem);
}