refactor(LvPlan): changes the lvInfo and lvMenu component in the Page View to use the renderer components based on the event type

This commit is contained in:
SimonGschnell
2025-06-16 14:14:49 +02:00
parent 9ed68648f6
commit 66ccd83b55
6 changed files with 35 additions and 23 deletions
@@ -6,7 +6,7 @@
@import url(./switches.css);
:root{
--searchbar-shadow: var(--fhc-shadow-40, #ced4da);
--fhc-searchbar-shadow: var(--fhc-shadow-40, #ced4da);
}
.searchbar_settings {
@@ -25,7 +25,7 @@
width: 100%;
left: 0;
right: 0;
box-shadow: 2px 2px 4px var(--searchbar-shadow);
box-shadow: 2px 2px 4px var(--fhc-searchbar-shadow);
}
.searchbar_results a{