diff --git a/src/components/Channel.vue b/src/components/Channel.vue index d8c4c60..304233e 100644 --- a/src/components/Channel.vue +++ b/src/components/Channel.vue @@ -1,14 +1,12 @@ @@ -177,27 +175,28 @@ export default class Channel extends Vue { background: lightgray; } - .volume-wrapper { --height: 180px; --width: 30px; height: var(--height); width: var(--width); - display: block; + display: flex; + align-items: center; } .volume { position: relative; width: var(--height); height: var(--width); - top: calc(var(--height) / 2); left: calc(var(--height) / 2 * -1 + var(--width) / 2); transform: rotate(270deg); + margin: 0; } .name { text-align: center; font-weight: bold; + padding: 2px 0; } .title {