feat: Restyle using a proper container to group elements and not just put them in the heading

This commit is contained in:
2025-01-03 19:04:32 +01:00
parent 1f3c3ecaef
commit 28772e1f74
2 changed files with 10 additions and 5 deletions

View File

@@ -758,14 +758,19 @@ a.btn, a.btn2, a.nav-link {
.adoption-card-report-link, .notification-card-mark-read {
margin-left: auto;
font-size: 2rem;
padding: 10px;
width: 15%;
}
.notification-card-mark-read {
display: inline;
}
.inline-container {
display: inline-block;
}
.inline-container > *:first-child {
vertical-align:middle;
}
.heading-card-adoption-notice {
word-wrap: anywhere;
width: 80%;
@@ -783,7 +788,6 @@ a.btn, a.btn2, a.nav-link {
}
.detail-adoption-notice-header h1 {
width: 50%;
display: inline-block;
}