diff --git a/build/index.php b/build/index.php index 480a8a2..86fd99c 100644 --- a/build/index.php +++ b/build/index.php @@ -329,8 +329,8 @@ input[type=button], input[type=submit] { cursor: pointer; } .image-controls li { display: inline-block; margin: 5px; padding: 5px; } .link-display { margin-left: 0.5rem; } -figure { display: inline-block; } -figure > :first-child { display: block; } +figure:not(.preview) { display: inline-block; } +figure:not(.preview) > :first-child { display: block; } figcaption { text-align: center; } .printable { padding: 2rem; } diff --git a/settings.fragment.php b/settings.fragment.php index 2be21cf..0f16de1 100644 --- a/settings.fragment.php +++ b/settings.fragment.php @@ -326,8 +326,8 @@ input[type=button], input[type=submit] { cursor: pointer; } .image-controls li { display: inline-block; margin: 5px; padding: 5px; } .link-display { margin-left: 0.5rem; } -figure { display: inline-block; } -figure > :first-child { display: block; } +figure:not(.preview) { display: inline-block; } +figure:not(.preview) > :first-child { display: block; } figcaption { text-align: center; } .printable { padding: 2rem; }