Fix search height

This commit is contained in:
Rijk van Zanten
2023-11-08 18:57:58 -05:00
parent 6155060b98
commit fe1a059d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ async function batchDelete() {
.v-input {
&.search {
--v-input-border-radius: calc(44px / 2);
height: var(--v-button-height);
height: 44px;
width: 200px;
margin-left: auto;

View File

@@ -278,7 +278,7 @@ async function onSort(updates: Collection[], removeGroup = false) {
<style scoped lang="scss">
.v-input.search {
--v-input-border-radius: calc(44px / 2);
height: var(--v-button-height);
height: 44px;
width: 200px;
margin-left: auto;