feat: Add tooltip to report link

This commit is contained in:
2025-01-09 06:30:22 +01:00
parent da51007b77
commit 907ed583cd
2 changed files with 33 additions and 25 deletions

View File

@@ -740,7 +740,7 @@ a.btn, a.btn2, a.nav-link {
.header-card-adoption-notice {
display: flex;
justify-content: space-evenly;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
@@ -802,6 +802,11 @@ a.btn, a.btn2, a.nav-link {
font-size: 2rem;
}
.adoption-card-report-link {
margin-right: 12px;
}
.notification-card-mark-read {
display: inline;
}