From aac3b21a8b4fd1a2f351a63fdb70d39ac2851921 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:45:59 +0200 Subject: Fix: overflow expanding title in entry header (#6373) * change HTML structure * CSS --- p/themes/Flat/flat.css | 1 + 1 file changed, 1 insertion(+) (limited to 'p/themes/Flat/flat.css') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index e88e6e55f..ec59e90b1 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -693,6 +693,7 @@ th { border-left: 2px solid #ecf0f1; } +.flux:not(.current):hover .flux_header .title, .flux .flux_header:hover { background: #fff; } -- cgit v1.2.3