hide unused html elements based on config test1

This commit is contained in:
2025-06-27 21:23:18 +02:00
parent cc4e9efffd
commit f02d935f40
3 changed files with 93 additions and 36 deletions

View File

@@ -75,15 +75,15 @@
.subcontainer {
min-width: 300px;
max-width: 900px;
flex-grow: 1;
border-style: solid;
border-width: 1px;
flex-grow: 1;
border-style: solid;
border-width: 1px;
padding: 8px;
}
.subcontainercontainer{
flex-grow: 1;
}
.plantcontainer {
flex-grow: 1;
min-width: 100%;
@@ -120,15 +120,15 @@
}
.plantlist {
display: flex;
display: flex;
flex-wrap: wrap;
}
.subtitle {
flex-grow: 1;
text-align: center;
flex-grow: 1;
text-align: center;
font-weight: bold;
}