fix(editor): Fix rendering of SVG icons in public chat on iOS (#10381)

This commit is contained in:
oleg
2024-08-13 15:02:57 +02:00
committed by GitHub
parent 3384f52a35
commit 7ab38114db

View File

@@ -247,6 +247,10 @@ function onOpenFileDialog() {
justify-content: center;
transition: color var(--chat--transition-duration) ease;
svg {
min-width: fit-content;
}
&:hover,
&:focus {
background: var(