PhotoPage: simplify tag html nodes

This commit is contained in:
2024-01-11 21:53:44 +01:00
parent e3d481caa1
commit e671b7da30
2 changed files with 17 additions and 31 deletions

View File

@@ -536,19 +536,8 @@ a#previous_photo:hover, a#next_photo:hover {
margin-bottom: 0.75em;
margin-right: 0.75em;
}
.photo_meta {
background-color: var(--bs-body-bg);
box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
}
.photo_meta li {
padding: 0.6rem 1rem;
}
.photo_meta h4 {
font-family: 'Coda', sans-serif;
font-size: inherit;
font-weight: bold;
margin: 0;
#sub_photo .tag-list .input-group-text {
color: inherit;
}