From a80a62503c4e6d41aabc9558f34231bf97d274f9 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Sat, 9 May 2026 21:01:46 +0200 Subject: [PATCH] Tune sponsor hover text and CTA size --- theme/pagetoc.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theme/pagetoc.css b/theme/pagetoc.css index 8388dcf46..5a0b45004 100644 --- a/theme/pagetoc.css +++ b/theme/pagetoc.css @@ -195,6 +195,7 @@ max-height: 100%; margin-top: 0; margin-bottom: 0; + font-size: calc(1em - 1px); overflow: auto; overscroll-behavior: contain; } @@ -213,9 +214,9 @@ grid-area: sponsor-cta; margin-top: 0; margin-bottom: 4px; - padding: 4px 6px; - font-size: 0.9rem; - line-height: 1.1; + padding: 6px 8px; + font-size: 0.95rem; + line-height: 1.15; } .sidesponsor-bsa { max-height: 40%;