Message: Fix styles in the message file preview (#4901)
This commit is contained in:
parent
82443183e3
commit
4d62237761
@ -25,7 +25,6 @@
|
||||
.file-preview {
|
||||
width: 3.375rem;
|
||||
height: 3.375rem;
|
||||
margin-inline-end: 0.75rem;
|
||||
border-radius: var(--border-radius-messages-small);
|
||||
background: var(--color-primary);
|
||||
display: flex;
|
||||
@ -103,6 +102,7 @@
|
||||
|
||||
&.interactive .file-icon-container {
|
||||
cursor: var(--custom-cursor, pointer);
|
||||
margin-inline-end: 0.75rem;
|
||||
|
||||
&:hover {
|
||||
.file-icon::after {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user