More work on attachment details

This commit is contained in:
N-Pex 2025-09-23 16:00:34 +02:00
parent b010285a1e
commit 7acc52ec92
3 changed files with 36 additions and 32 deletions

View file

@ -614,22 +614,6 @@ $hiliteColor: #4642f1;
}
}
.detail-subtitle {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 125%;
letter-spacing: 0.4px;
margin-top: 22px;
padding-bottom: 4px;
a, a:visited {
font-weight: 700;
color: white;
text-decoration: underline !important;
margin-right: 4px;
}
}
.detail-row {
margin-top: 12px;
font-family: "Inter", sans-serif;
@ -667,6 +651,24 @@ $hiliteColor: #4642f1;
}
}
.attachment-info__verify-info {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 125%;
letter-spacing: 0.4px;
margin-top: 22px;
padding-bottom: 4px;
a,
a:visited {
font-weight: 700;
color: white;
text-decoration: underline !important;
margin-right: 4px;
}
}
.attachment-info__download-button {
font-family: 'Poppins', sans-serif;
font-weight: 700;

View file

@ -518,6 +518,7 @@
"details": "Details",
"cc_info": "More information is available. Upload the image to {link}",
"cc_info_link": "Content Credentials Verify",
"cc_no_info": "Details for this image cannot be verified.",
"metadata-stripped": "The image has been compressed and its metadata removed. If youd like more context, ask the sender for the original file.",
"download_image": "Download image"
}