mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
style(SearchBarDialog): adjust search desktop activator dimensions and disable specificity warning
This commit is contained in:
@@ -785,6 +785,8 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
/* stylelint-disable no-descending-specificity */
|
||||||
|
|
||||||
.search-dialog {
|
.search-dialog {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -798,8 +800,8 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-desktop-activator {
|
.search-desktop-activator {
|
||||||
flex: 0 1 32rem;
|
flex: 0 1 22rem;
|
||||||
inline-size: clamp(18rem, 32vw, 32rem);
|
inline-size: clamp(15rem, 32vw, 22rem);
|
||||||
max-inline-size: calc(100vw - 10rem);
|
max-inline-size: calc(100vw - 10rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user