Tighten admin visitor facts and add widget branding

This commit is contained in:
rajchales-monito
2026-07-23 22:45:28 +02:00
parent 8c71dbf1bf
commit b56469e774
4 changed files with 56 additions and 19 deletions
+15 -14
View File
@@ -117,21 +117,22 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
font-size: 12px;
}
.snippet, .preview, .meta { color: var(--muted); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list-photo {
grid-column: 1 / -1;
width: 100%;
height: 74px;
padding: 0;
border: 1px solid var(--line);
border-radius: 8px;
overflow: hidden;
background: #edf3ef;
.visitor-facts {
display: flex;
flex-wrap: wrap;
gap: 4px;
color: var(--muted);
font-size: 11px;
}
.list-photo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
.visitor-facts span {
max-width: 96px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border: 1px solid #e4ebe6;
border-radius: 999px;
padding: 2px 6px;
background: #f8fbf9;
}
.conversation-actions {
grid-column: 1 / -1;