[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2026-04-04 19:36:16 +02:00
parent b13066d343
commit 99aaaa8e9c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -2674,10 +2674,15 @@ button {
# Settings - theme cards
--------------------------------------------------------------*/
#mirotalkTheme {
display: none !important;
}
.theme-cards-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
margin-top: 10px;
margin-bottom: 10px;
}