mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Frontend: Disable table border spacing in vuetify.css
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
a79eb6e1a4
commit
855d39f332
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue