aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-12-24 07:04:29 +0100
committerPřemysl Eric Janouch <p@janouch.name>2023-12-24 07:04:29 +0100
commit0face97dc7b262986e206b5f3152e25a506f8326 (patch)
treed827ac7fa95291db28b0435df8a780244c26ff51 /public/style.css
parentedf0ddb50cbf57cefc6b8f0d1984cd3269466789 (diff)
downloadgallery-0face97dc7b262986e206b5f3152e25a506f8326.tar.gz
gallery-0face97dc7b262986e206b5f3152e25a506f8326.tar.xz
gallery-0face97dc7b262986e206b5f3152e25a506f8326.zip
Fix the orphan view
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 888fd6a..42d7a59 100644
--- a/public/style.css
+++ b/public/style.css
@@ -79,3 +79,6 @@ img.thumbnail, .thumbnail.missing { box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
.orphans { padding: .5rem; flex-grow: 1; overflow: auto; }
.duplicates .row,
.orphans .row { display: flex; margin: .5rem 0; align-items: center; gap: 3px; }
+
+.orphans .row { margin-bottom: 1.25rem; }
+.orphans h2 { margin: 0.25em 0; padding: 0; font-size: 1.1rem; }