Frontend: Disable table border spacing in vuetify.css

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2026-02-24 09:01:31 +01:00
parent a79eb6e1a4
commit 855d39f332

View file

@ -446,6 +446,10 @@ div.v-dialog.v-dialog--fullscreen > div.v-card {
font-size: 0.75rem;
}
body .v-table>.v-table__wrapper>table {
border-spacing: 0;
}
.v-table .v-table__wrapper tbody tr td .v-input,
.v-table .v-table__wrapper tbody tr td .v-input .v-field__input {
min-height: auto;
@ -453,6 +457,8 @@ div.v-dialog.v-dialog--fullscreen > div.v-card {
margin: 0;
}
/* Menu */
.v-input.v-select.v-input--density-compact > .v-input__control > .v-field .v-select__selection,
.v-menu > .v-overlay__content > .v-list > .v-list-item.v-list-item--density-compact > .v-list-item__content > .v-list-item-title {
font-size: 0.75rem;