diff --git a/app/styles/components/track-btn.scss b/app/styles/components/track-btn.scss index a03e694b..7cfb360b 100644 --- a/app/styles/components/track-btn.scss +++ b/app/styles/components/track-btn.scss @@ -15,10 +15,11 @@ align-items: stretch; background: $whitish; border-radius: 4px 0 0 4px; - display: inline-flex; + display: flex; flex: 1; + flex-basis: 140px; margin-right: .1rem; - width: 140px; + min-width: 140px; &:hover { background: darken($whitish, 5%); transition: background .3s; @@ -26,6 +27,11 @@ span { align-self: center; } + .icon-arrow-up { + margin-left: auto; + padding: 0 .5rem; + transform: rotate(180deg); + } } &:hover { color: $blackish;