feat: Style read button to be inline

This commit is contained in:
2024-08-03 08:02:27 +02:00
parent dc120025e7
commit 9119c1bd3d
3 changed files with 10 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ h1, h2 {
color: white;
}
select, button {
select, .button {
width: 100%;
border: none;
border-radius: 4px;
@@ -415,12 +415,16 @@ select, button {
max-height: 250px;
}
.adoption-card-report-link {
.adoption-card-report-link, .notification-card-mark-read {
margin-left: auto;
font-size: 2rem;
padding: 10px;
}
.notification-card-mark-read {
display: inline;
}
.heading-card-adoption-notice {
word-wrap: anywhere;
}
@@ -457,7 +461,7 @@ select, button {
}
}
.container-comments, .container-cards {
.container-comment-headers, .container-cards {
display: flex;
flex-wrap: wrap;
background: var(--background-two);