From c359219b545d222cb48f3bc2f951819371a4de90 Mon Sep 17 00:00:00 2001 From: Kristof Zerbe Date: Fri, 8 Sep 2023 22:03:35 +0200 Subject: [PATCH] Photo Styles --- themes/landscape/layout/photo.ejs | 2 +- themes/landscape/source/css/_partial/page.styl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/landscape/layout/photo.ejs b/themes/landscape/layout/photo.ejs index 42cbe85ef1..dcb52b1239 100644 --- a/themes/landscape/layout/photo.ejs +++ b/themes/landscape/layout/photo.ejs @@ -95,7 +95,7 @@ <%= page.meta.latitude ?? "---" %> / <%= page.meta.longitude ?? "---" %> <% if (page.meta.latitude && page.meta.longitude) { %> -
+
<% } %>

  • diff --git a/themes/landscape/source/css/_partial/page.styl b/themes/landscape/source/css/_partial/page.styl index 5a10e40329..1b9763e9b8 100644 --- a/themes/landscape/source/css/_partial/page.styl +++ b/themes/landscape/source/css/_partial/page.styl @@ -534,6 +534,7 @@ span line-height: normal a + // white-space: nowrap div.site-links display: flex flex-flow: column @@ -559,4 +560,7 @@ img.section @extend $block-inner width: 100% - height: auto \ No newline at end of file + height: auto + box-shadow: 1px 1px 12px 0px #444 !important + /[data-theme="dark"] & + box-shadow: 1px 1px 12px 0px #000 !important