Library: Increase height of progress bar in "Index" and "Import" #3049

That way it has the same height as in the improved upload dialog, so
we can display an estimate later as well.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-01-02 21:20:01 +01:00
parent e3b70fa37e
commit a4636471f4
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
</v-autocomplete>
<p class="options">
<v-progress-linear color="secondary-dark" :value="completed"
<v-progress-linear color="secondary-dark" height="1.5em" :value="completed"
:indeterminate="busy"></v-progress-linear>
</p>

View file

@ -27,7 +27,7 @@
</v-autocomplete>
<p class="options">
<v-progress-linear color="secondary-dark" :value="completed"
<v-progress-linear color="secondary-dark" height="1.5em" :value="completed"
:indeterminate="busy"></v-progress-linear>
</p>