From 3502d1b03832beb12404fc7ab863157db26a7c6f Mon Sep 17 00:00:00 2001 From: Gerben Date: Tue, 5 Nov 2019 01:13:26 +0100 Subject: [PATCH] Update stylesheet from our waveform-playlist fork --- app/assets/waveform-playlist.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/waveform-playlist.css b/app/assets/waveform-playlist.css index 9d8ea52..d84f0ec 100644 --- a/app/assets/waveform-playlist.css +++ b/app/assets/waveform-playlist.css @@ -104,7 +104,8 @@ text-align: center; } .playlist .annotations .annotation-box { border: 2px dashed grey; - padding: 0 10px; } + padding: 0 10px; + box-sizing: border-box; } .playlist .annotations .annotation-box .resize-handle { background: grey; opacity: 0.3; @@ -156,5 +157,3 @@ cursor: pointer; } .playlist .annotations .current { background-color: #EBF4F6; } - -/*# sourceMappingURL=test.css.map */