Enable voice notes
And fix recorder background color in dark theme // FREEBIE
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
</div>
|
||||
<textarea class='send-message' placeholder='{{ send-message }}' rows='1' dir='auto'></textarea>
|
||||
<div class='capture-audio'>
|
||||
<!--<button class='microphone'></button>-->
|
||||
<button class='microphone'></button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -177,4 +177,7 @@ $text-dark: #CCCCCC;
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: $grey-dark_l2;
|
||||
}
|
||||
.recorder {
|
||||
background: $grey-dark_l2;
|
||||
}
|
||||
}
|
||||
|
@@ -2044,5 +2044,7 @@ li.entry .error-icon-container {
|
||||
background: rgba(255, 255, 255, 0.25); }
|
||||
.android-dark ::-webkit-scrollbar-track {
|
||||
background-color: #292929; }
|
||||
.android-dark .recorder {
|
||||
background: #292929; }
|
||||
|
||||
/*# sourceMappingURL=manifest.css.map */
|
||||
|
Reference in New Issue
Block a user