Quote: Make font size smaller (#4825)

This commit is contained in:
Alexander Zinchuk 2024-08-06 20:06:39 +02:00
parent a03db12474
commit 16c442b9cf
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@
}
.gradientContainer {
margin-top: 0.125rem;
margin-bottom: 0.125rem;
max-height: inherit;
}

View File

@ -1001,6 +1001,7 @@ blockquote, .blockquote {
overflow: hidden;
background-color: var(--accent-background-color);
white-space: pre-wrap;
font-size: calc(var(--message-text-size, 1rem) - 0.125rem);
&::before {
content: "";