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