mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Add comment to specify variable origin
This commit is contained in:
parent
21caa6df12
commit
09c22c37ff
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ limitations under the License.
|
|||
.mx_Waveform_bar {
|
||||
background-color: $voice-record-waveform-incomplete-fg-color;
|
||||
height: 100%;
|
||||
/* Variable set by a JS component */
|
||||
transform: scaleY(max(0.05, var(--barHeight)));
|
||||
|
||||
&.mx_Waveform_bar_100pct {
|
||||
|
|
Loading…
Reference in a new issue