Forwarded Files: Fix margin; Fix padding in message content document; (#5077)
This commit is contained in:
parent
45057a4688
commit
ac35520256
@ -6,10 +6,6 @@
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-size: 1.1875rem;
|
font-size: 1.1875rem;
|
||||||
|
|
||||||
.icon {
|
|
||||||
background: var(--background-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-message-succeeded {
|
.icon-message-succeeded {
|
||||||
padding-left: 0.125rem;
|
padding-left: 0.125rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -920,7 +920,7 @@
|
|||||||
--border-bottom-left-radius: var(--border-radius-messages-small);
|
--border-bottom-left-radius: var(--border-radius-messages-small);
|
||||||
--border-bottom-right-radius: var(--border-radius-messages-small);
|
--border-bottom-right-radius: var(--border-radius-messages-small);
|
||||||
|
|
||||||
.media-inner {
|
.media-inner:not(.file-preview) {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
margin-bottom: 0.25rem !important;
|
margin-bottom: 0.25rem !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user