From bc47c64da2157684f4d24e97b77261f5daa709d1 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 5 Nov 2023 14:29:24 +0100 Subject: [PATCH] rater: use flexbox for layout, fixed height, ... looks almost the same as before in webkit and blink, and works around gecko having looked horrible before --- src/pages/index.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 2991c4a..8639797 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -35,6 +35,8 @@ import KinkCheck from "../components/KinkCheck"; } td { padding-left: 8px; + padding-top: 2px; + padding-bottom: 2px; } h2 { margin-bottom: 6px; @@ -78,7 +80,9 @@ import KinkCheck from "../components/KinkCheck"; font-size: 16pt; } .rater { - padding-bottom: 2px; + height: 16pt; + display: flex; + flex-direction: row; cursor: pointer; -webkit-user-select: none; user-select: none;