diff --git a/app/assets/main.css b/app/assets/main.css index ec5d3c8..9b696a4 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -118,6 +118,7 @@ input#volume:focus { .playlist .selection.point { width: 2px !important; + transform: translateX(-0.5px); /* Correct for the extra 1px of width we add. */ } .playlist .selection.point::after { @@ -137,6 +138,7 @@ input#volume:focus { background: #f006; border-left: 2px solid red; border-right: 2px solid red; + box-sizing: border-box; } .playlist .selection.segment:before { @@ -173,6 +175,7 @@ input#volume:focus { .playlist .cursor { width: 2px !important; + transform: translateX(-0.5px); /* Correct for the extra 1px of width we add. */ background: #666; }