issue #2132 album selector hierarchy added to search page

This commit is contained in:
Linty
2024-03-08 15:55:43 +01:00
parent 5da20bf1f1
commit 4d26c62470
10 changed files with 265 additions and 18 deletions
+4
View File
@@ -271,6 +271,10 @@
color:#000;
}
.and-more{
color: #777
}
@media (max-width: 600px) {
.filter-form {
width: 101vw;
+4
View File
@@ -274,6 +274,10 @@
color:black;
}
.and-more{
color: #777
}
@media (max-width: 600px) {
.filter-form {
width: 100vw;
+34
View File
@@ -724,6 +724,40 @@
margin-bottom:10px;
}
.display-subcat {
margin-right: 2px;
}
.display-subcat:hover {
cursor: pointer;
}
.display-subcat::before {
transition: 0.5s;
transform: rotate(90deg);
}
.display-subcat.open::before {
transform: rotate(180deg);
}
.prefill-results-item {
width: 100%;
height: 100%;
display: flex;
align-items: center;
}
.search-result-subcat-item {
display: none;
}
.search-result-item.already-in {
cursor: default;
}
.and-more{
text-align: center;
}
@media (max-width: 600px) {
html, body {