From 98aa0b474e806f51171ec1835ba80fad0d9a4e5c Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sat, 28 Oct 2023 13:52:32 +0200 Subject: Fix UI inputs manage feed (#5765) * fix input width * fix feed edit path_entries_filter --------- Co-authored-by: math-gh <> --- p/themes/base-theme/frss.css | 2 +- p/themes/base-theme/frss.rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'p') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 0f68791f1..b95b29466 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -208,7 +208,7 @@ label { display: block; } -input { +input:not(.w50,.w100) { max-width: 90%; width: 300px; } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 78a2d6141..5ad165b69 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -208,7 +208,7 @@ label { display: block; } -input { +input:not(.w50,.w100) { max-width: 90%; width: 300px; } -- cgit v1.2.3