From 2d1a0305882a74032d3abbcbfe7e9158cf8228f4 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 15 Dec 2024 19:21:40 +0530 Subject: [PATCH] Fix: Adjust focus border on header tabs for bigger TVs --- Theme/ElegantFin-theme-nightly.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 5dd51e3..b58e794 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -59,9 +59,9 @@ border-radius: 1.25em !important; .emby-tabs .emby-button.show-focus:focus { outline: .05em rgb(255 255 255) solid !important; - outline-offset: -.75em; + outline-offset: -1em; color: #fff; - border-radius: 1em; + border-radius: 1.25em; } [dir=ltr] .itemsContainer>.card>.cardBox {