More work on sending/reading proof hint flags
This commit is contained in:
parent
dd76692640
commit
66eef037e0
9 changed files with 267 additions and 219 deletions
|
|
@ -482,7 +482,8 @@ $hiliteColor: #4642f1;
|
|||
}
|
||||
|
||||
.send-attachments-info-popup {
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
border-radius: 24px 24px 0 0;
|
||||
|
||||
.done-button {
|
||||
padding: 14px 24px;
|
||||
|
|
@ -621,6 +622,20 @@ $hiliteColor: #4642f1;
|
|||
}
|
||||
}
|
||||
|
||||
.detail-info {
|
||||
color: #333333;
|
||||
background-color: #DAD9FC;
|
||||
padding: 16px;
|
||||
margin: 16px 0 16px 0;
|
||||
border-radius: 8px 8px 0 8px;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 125%;
|
||||
letter-spacing: 0.4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.detail-row {
|
||||
margin-top: 12px;
|
||||
font-family: "Inter", sans-serif;
|
||||
|
|
@ -629,9 +644,29 @@ $hiliteColor: #4642f1;
|
|||
line-height: 125%;
|
||||
letter-spacing: 0.4px;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
display: flex;
|
||||
|
||||
.v-icon {
|
||||
padding: 9.33px;
|
||||
margin-right: 8px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.detail-row__text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.detail-row__title {
|
||||
color: #dad9fc;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 125%;
|
||||
letter-spacing: 0.4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -504,8 +504,16 @@
|
|||
"content_credentials_info": "Source or history information is available for this media to be verified.",
|
||||
"learn_more": "Learn more",
|
||||
"ai_used": "Photo modified with AI",
|
||||
"screenshot": "Screenshot. ",
|
||||
"screenshot_taken_on": "Screenshot taken on {date}",
|
||||
"captured_with_camera": "Captured with a camera",
|
||||
"old_photo": "Photo older than 3 months"
|
||||
"captured_with_camera": "Captured with a real camera. ",
|
||||
"captured_screenshot": "Screenshot. ",
|
||||
"captured_screenshot_ago": "Screenshot captured {ago} ago. ",
|
||||
"generated_with_ai": "Generated with AI. ",
|
||||
"generated_with_ai_ago": "Generated with AI {ago} ago. ",
|
||||
"old_photo": "Photo older than 3 months. ",
|
||||
"cc_source": "Source",
|
||||
"cc_capture_timestamp": "Capture Timestamp",
|
||||
"cc_location": "Location"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue