Adds ui support for attachments, results not yet connected to daemon
This commit is contained in:
@@ -30,5 +30,22 @@
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.attachment-preview-row {
|
||||
background-color: alpha(@window_bg_color, 0.3);
|
||||
border-radius: 8px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.attachment-preview {
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
border: 1px solid alpha(@borders, 0.5);
|
||||
}
|
||||
|
||||
.attachment-preview.completed {
|
||||
border-color: @success_color;
|
||||
}
|
||||
|
||||
.attachment-image {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user