Skip to content

Commit 6c4dac3

Browse files
committed
Fix image meta data rendering in lightbox
1 parent e231609 commit 6c4dac3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/main/handlebars/layout.handlebars

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,24 @@
442442
color: orange;
443443
}
444444
445+
.meta {
446+
margin-block: .25rem -.5rem;
447+
color: var(--meta-color);
448+
449+
a {
450+
color: var(--meta-color);
451+
}
452+
453+
.weather {
454+
display: flex;
455+
456+
img {
457+
width: 1lh;
458+
height: 1lh;
459+
}
460+
}
461+
}
462+
445463
.cards {
446464
margin-top: 1rem;
447465
}
@@ -460,24 +478,6 @@
460478
}
461479
}
462480
463-
.meta {
464-
margin-block: .25rem -.5rem;
465-
color: var(--meta-color);
466-
467-
a {
468-
color: var(--meta-color);
469-
}
470-
471-
.weather {
472-
display: flex;
473-
474-
img {
475-
width: 1lh;
476-
height: 1lh;
477-
}
478-
}
479-
}
480-
481481
ul.locations {
482482
display: inline;
483483
padding-left: 0;

0 commit comments

Comments
 (0)