From 4c82042f990ffd6c48e547cefb861a1f516b7b4f Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 19 Jun 2026 21:37:52 +0200 Subject: Small design improvs for lang select & search --- assets/css/post.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets/css/post.css') diff --git a/assets/css/post.css b/assets/css/post.css index 7fcfd95..13fac69 100644 --- a/assets/css/post.css +++ b/assets/css/post.css @@ -61,11 +61,13 @@ border-radius: var(--border-radius-max); box-shadow: var(--shadow-default); cursor: pointer; + height: 2.5rem; + width: 2.5rem; + display: inline-flex; align-items: center; justify-content: center; - height: 2.5rem; - width: 2.5rem; + position: absolute; bottom: 9rem; right: 0; -- cgit v1.2.3