From 9374b7745f92f8f4b0cfc94163d4df9845a1d15c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 27 Apr 2025 22:30:52 +0200 Subject: Themes fix CSS .as-link (#7526) * Themes fix CSS .as-link Add missing rules. fix https://github.com/FreshRSS/FreshRSS/pull/7489#issuecomment-2781146577 * More fixes --- p/themes/base-theme/frss.rtl.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'p/themes/base-theme/frss.rtl.css') diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index ba33893be..67c247b62 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -400,6 +400,7 @@ button.as-link:active { border: none; cursor: pointer; text-align: right; + line-height: inherit; } button.as-link[disabled] { @@ -678,6 +679,7 @@ input[type="checkbox"]:focus-visible { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + width: 100%; } .nav-list .item.nav-section > ul { -- cgit v1.2.3