mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-16 18:12:41 +08:00
style(SearchBarDialog): adjust search desktop activator dimensions and disable specificity warning
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user