[mirotalk] - fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user