viewer: adjustments to title and description
parent
a534882f75
commit
8c91ceb0a7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue