Selected view in Explorer is now visible

fixes #6
This commit is contained in:
2022-08-04 22:26:51 +02:00
parent adbd09c060
commit 56fd55d09d
4 changed files with 20 additions and 6 deletions

View File

@ -511,9 +511,15 @@ article.explorer img.style-select {
margin-bottom:0.25rem;
margin-right:0.4rem;
margin-left:0.4rem;
padding-bottom:6px;
cursor:pointer;
}
article.explorer img.style-select.active {
border-bottom:2px solid black;
padding-bottom:4px;
}
article.explorer h3 {
margin-bottom:0.3rem;
}