Fixed concurrent installation, replaced misspelled class

- Removed redundant theme.prepare() in LocalThemeInstaller._install_theme() (already calls in abstract ThemeInstaller);
- Replaced misspelled class in messages.css
This commit is contained in:
Vladyslav Hroshev
2025-04-01 19:34:00 +03:00
parent 038c2fcda1
commit e46181e19d
2 changed files with 1 additions and 2 deletions

View File

@@ -101,7 +101,7 @@
/* that's much better than adding "margin: $base_padding * 0.5;" to .message-close-button */
.message-close-button { margin: 0; }
.message-header:ltr > :last-child { margin-right: 2px; }
.messahe-header:rtl > :first-child { margin-left: 2px; }
.message-header:rtl > :first-child { margin-left: 2px; }
/* close button, expand button (46+) */
.message-close-button,