show only most recent if not searching, visibility

This commit is contained in:
Luke Smith
2022-07-02 09:37:26 -04:00
parent eadba0b80b
commit 5e3b7c54e7
4 changed files with 30 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ body {
a {
color: gold ;
text-decoration: none ;
}
#tagcloud {
@@ -111,6 +112,22 @@ img[alt="XMR Logo"] {
}
.older-article {
display: none ;
}
.hidden {
display: none !important ;
}
#artlist {
font-size: large ;
}
#artlist li {
padding: .25em ;
}
@media (min-width: 55em) {
#artlist { column-count: 2 ;}
}
@@ -155,6 +172,7 @@ button#clear-search:hover {
.matched-recipe {
font-size: x-large ;
display: block !important ;
}
.list-searched {