diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-10 00:56:47 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-10 00:56:47 +0300 |
commit | 9f277b6a20867c65b80378ee8008d4f55974bfdf (patch) | |
tree | 2967595b3fcff8a3bdc9fb778a7096f69e51abf5 /ext/mixed | |
parent | 84420e00bfe025c93ed6ef77f81634687ff64764 (diff) |
merged mode: support frequencies
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/css/display.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index fe2f6bbe..3c0539bd 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -146,6 +146,24 @@ hr { visibility: hidden; } +.expression .peek-wrapper .action-play-audio { + position: absolute; + left: 0px; + bottom: 10px; +} + +.expression .peek-wrapper .tags { + position: absolute; + left: 0px; + bottom: -10px; +} + +.expression .peek-wrapper .frequencies { + position: absolute; + left: 0px; + bottom: -30px; +} + .expression:hover .peek-wrapper { visibility: visible; } |