fixes #2417 ability to hide the new filter "expert mode"

... and removes 2 other duplicates of the filters_views configuration
This commit is contained in:
plegall
2025-10-28 18:39:18 +01:00
parent f0f4b30ce2
commit b416bdb7c9
12 changed files with 85 additions and 64 deletions
+2 -2
View File
@@ -8454,7 +8454,7 @@ color:#FF7B00;
/* Filters options */
.filters-grid{
display: grid;
grid-template-columns: 200px 118px 25px;
grid-template-columns: 200px 150px 25px;
margin-bottom: 0px !important;
}
.select-views{
@@ -8468,7 +8468,7 @@ color:#FF7B00;
.select-views-arrow{
display: flex;
position: absolute;
margin-left: 299.9px;
margin-left: 333px;
margin-top: 5px;
pointer-events: none;
}