feat: make sure report flag stays in its lane

very demure, very mindful
This commit is contained in:
moanos [he/him] 2024-12-11 22:45:45 +01:00
parent 4f5022e140
commit b2d0e783be
2 changed files with 3 additions and 1 deletions

View File

@ -594,6 +594,7 @@ select, .button {
margin-left: auto;
font-size: 2rem;
padding: 10px;
width: 15%;
}
.notification-card-mark-read {
@ -602,6 +603,7 @@ select, .button {
.heading-card-adoption-notice {
word-wrap: anywhere;
width: 80%;
}
.tags {

View File

@ -4,7 +4,7 @@
<div class="card">
<div>
<div class="header-card-adoption-notice">
<h1><a class="heading-card-adoption-notice"
<h1 class="heading-card-adoption-notice"><a
href="{{ adoption_notice.get_absolute_url }}"> {{ adoption_notice.name }}</a></h1>
<a class="adoption-card-report-link" href="{{ adoption_notice.get_report_url }}"><i
class="fa-solid fa-flag"></i></a>