Quote: Make font size smaller (#4825)
This commit is contained in:
parent
a03db12474
commit
16c442b9cf
@ -10,6 +10,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gradientContainer {
|
.gradientContainer {
|
||||||
|
margin-top: 0.125rem;
|
||||||
|
margin-bottom: 0.125rem;
|
||||||
max-height: inherit;
|
max-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1001,6 +1001,7 @@ blockquote, .blockquote {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--accent-background-color);
|
background-color: var(--accent-background-color);
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
font-size: calc(var(--message-text-size, 1rem) - 0.125rem);
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user