diff options
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; } |