From 95a408554563fb90f4ab9c6b141933f83978d9c0 Mon Sep 17 00:00:00 2001 From: colons Date: Wed, 14 Feb 2024 23:06:15 +0000 Subject: [PATCH] Fix some spacing issues on anime infoboxes at various sizes. --- nkdsu/static/less/main.less | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/nkdsu/static/less/main.less b/nkdsu/static/less/main.less index ade64fc4..fab18b38 100644 --- a/nkdsu/static/less/main.less +++ b/nkdsu/static/less/main.less @@ -1022,7 +1022,7 @@ dl.metadata-check { justify-content: center; align-items: center; - > * { margin: 0 .5em; } + > * { margin: .5em; } .anime-picture { max-height: 15rem; @@ -1055,10 +1055,14 @@ dl.metadata-check { margin: 1em 1vw; flex-wrap: nowrap; - > *:first-child { margin-left: 0 } - > *:last-child { margin-right: 0 } + > * { + margin: 0; + &:first-child { margin-left: 0; } + &:last-child { margin-right: 0; } + } h2 { font-size: 1.1em; } .anime-picture { max-height: 7em; } + .detail { margin-left: 1em; } } }