feat: make sure report flag stays in its lane
very demure, very mindful
This commit is contained in:
parent
4f5022e140
commit
b2d0e783be
@ -594,6 +594,7 @@ select, .button {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-card-mark-read {
|
.notification-card-mark-read {
|
||||||
@ -602,6 +603,7 @@ select, .button {
|
|||||||
|
|
||||||
.heading-card-adoption-notice {
|
.heading-card-adoption-notice {
|
||||||
word-wrap: anywhere;
|
word-wrap: anywhere;
|
||||||
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="card">
|
<div class="card">
|
||||||
<div>
|
<div>
|
||||||
<div class="header-card-adoption-notice">
|
<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>
|
href="{{ adoption_notice.get_absolute_url }}"> {{ adoption_notice.name }}</a></h1>
|
||||||
<a class="adoption-card-report-link" href="{{ adoption_notice.get_report_url }}"><i
|
<a class="adoption-card-report-link" href="{{ adoption_notice.get_report_url }}"><i
|
||||||
class="fa-solid fa-flag"></i></a>
|
class="fa-solid fa-flag"></i></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user