Add "Mutual" relationship tag to profiles in web UI (#34467)

This commit is contained in:
Eugen Rochko 2025-04-17 10:10:11 +02:00 committed by GitHub
parent b33f9ea603
commit ee62ac53e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 76 additions and 52 deletions

View file

@ -4781,19 +4781,6 @@ a.status-card {
}
}
.relationship-tag {
color: $white;
margin-bottom: 4px;
display: block;
background-color: rgba($black, 0.45);
backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
padding: 2px 6px;
border-radius: 4px;
}
.setting-toggle {
display: flex;
align-items: center;
@ -6679,7 +6666,8 @@ a.status-card {
pointer-events: none;
}
.media-gallery__alt__label {
.media-gallery__alt__label,
.relationship-tag {
display: block;
text-align: center;
color: $white;
@ -6700,6 +6688,11 @@ a.status-card {
}
}
.relationship-tag {
text-transform: uppercase;
cursor: default;
}
.media-gallery__alt__popover {
background: rgba($black, 0.65);
backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
@ -7774,8 +7767,11 @@ noscript {
&__info {
position: absolute;
top: 10px;
inset-inline-start: 10px;
top: 20px;
inset-inline-end: 20px;
display: flex;
flex-wrap: wrap;
gap: 2px;
}
&__image {