aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-10-28 13:52:32 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-28 13:52:32 +0200
commit98aa0b474e806f51171ec1835ba80fad0d9a4e5c (patch)
treee70dd1eef495cd656f4db9c6db0468cfe03f5cdb /p
parent51a95afdbbd43c69097c0452bacb049991a10ff9 (diff)
Fix UI inputs manage feed (#5765)
* fix input width * fix feed edit path_entries_filter --------- Co-authored-by: math-gh <>
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/frss.css2
-rw-r--r--p/themes/base-theme/frss.rtl.css2
2 files changed, 2 insertions, 2 deletions
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;
}