From ab2e446c0ee160ce670238611b45a19798cf5720 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Sat, 26 Apr 2025 18:50:03 -0500 Subject: [PATCH] Adjust this again (with note) --- app/assets/stylesheets/trays.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index ecd042d1c..6c21ab0b5 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -4,7 +4,8 @@ @layer components { .tray { - --height: calc(2.48lh + var(--block-space)); + /* FIXME: Magic number */ + --height: calc(2.625lh + var(--block-space)); background-color: transparent; border: 0;