viewer: adjustments to title and description

cap
Varun Patil 2022-12-07 22:26:29 -08:00
parent a534882f75
commit 8c91ceb0a7
1 changed files with 2 additions and 1 deletions

View File

@ -1152,13 +1152,14 @@ export default class Viewer extends Mixins(GlobalMixin) {
.exif { .exif {
&.title { &.title {
font-weight: bold;
font-size: 0.9em; font-size: 0.9em;
} }
&.description { &.description {
margin-top: -2px; margin-top: -2px;
margin-bottom: 2px; margin-bottom: 2px;
font-size: 0.9em; font-size: 0.9em;
max-width: 300px; max-width: 70vw;
word-break: break-word; word-break: break-word;
line-height: 1.2em; line-height: 1.2em;
} }