[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;
}
+1 -1
View File
@@ -1159,7 +1159,7 @@ access to use this app.
<p>Theme</p>
</div>
<br />
<select id="mirotalkTheme" style="display: none">
<select id="mirotalkTheme">
<option value="dark">Dark</option>
<option value="grey">Grey</option>
<option value="green">Green</option>