UX: Restore 4px border radius for thumbnails in edit dialog #3572
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
8f165c653f
commit
97e9ad9c1e
2 changed files with 6 additions and 1 deletions
|
@ -95,6 +95,7 @@
|
|||
.v-btn.v-btn--depressed:not(.v-btn--round):not(.v-btn--icon),
|
||||
.v-text-field.v-text-field--box > .v-input__control > .v-input__slot,
|
||||
.v-text-field.v-text-field--solo > .v-input__control > .v-input__slot,
|
||||
#photoprism .v-dialog .v-responsive.v-image,
|
||||
#photoprism .mosaic-view .result.image,
|
||||
#photoprism .list-view .result .image {
|
||||
border-radius: 4px;
|
||||
|
@ -189,6 +190,10 @@
|
|||
.pa-3-md-and-up {
|
||||
padding: 24px!important;
|
||||
}
|
||||
|
||||
.ra-4-table-md-and-up table.v-table {
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Page Footer */
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<v-flex class="pa-2 hidden-sm-and-down" xs12 md2 xxl1 fill-height>
|
||||
<p-photo-preview :model="model"></p-photo-preview>
|
||||
</v-flex>
|
||||
<v-flex class="pa-2-md-and-up" xs12 md10 xxl11 fill-width fill-height>
|
||||
<v-flex class="pa-2-md-and-up ra-4-table-md-and-up" xs12 md10 xxl11 fill-width fill-height>
|
||||
<v-data-table
|
||||
v-model="selected"
|
||||
:headers="listColumns"
|
||||
|
|
Loading…
Reference in a new issue