Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Jiten.Web/components/MediaList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
:max="20000000"
:use-grouping="true"
fluid
class="max-w-28 flex-shrink-0"
class="max-w-34 flex-shrink-0"
show-buttons
size="small"
placeholder="Min"
Expand All @@ -426,7 +426,7 @@
:max="20000000"
:use-grouping="true"
fluid
class="max-w-28 flex-shrink-0"
class="max-w-34 flex-shrink-0"
show-buttons
size="small"
placeholder="Max"
Expand All @@ -444,7 +444,7 @@
:max="currentYear"
:use-grouping="false"
fluid
class="max-w-20 flex-shrink-0"
class="max-w-28 flex-shrink-0"
show-buttons
size="small"
placeholder="Min"
Expand All @@ -456,7 +456,7 @@
:max="currentYear"
:use-grouping="false"
fluid
class="max-w-20 flex-shrink-0"
class="max-w-28 flex-shrink-0"
show-buttons
size="small"
placeholder="Max"
Expand All @@ -473,7 +473,7 @@
:max="5000"
:use-grouping="false"
fluid
class="max-w-20 flex-shrink-0"
class="max-w-28 flex-shrink-0"
show-buttons
size="small"
placeholder="Min"
Expand All @@ -486,7 +486,7 @@
:max="5000"
:use-grouping="false"
fluid
class="max-w-20 flex-shrink-0"
class="max-w-28 flex-shrink-0"
show-buttons
size="small"
placeholder="Max"
Expand All @@ -504,7 +504,7 @@
:max="2000"
:use-grouping="false"
fluid
class="max-w-20 flex-shrink-0"
class="max-w-28 flex-shrink-0"
show-buttons
size="small"
placeholder="Min"
Expand All @@ -516,7 +516,7 @@
:max="2000"
:use-grouping="false"
fluid
class="max-w-20 flex-shrink-0"
class="max-w-28 flex-shrink-0"
show-buttons
size="small"
placeholder="Max"
Expand Down