diff --git a/components/Channel.vue b/components/Channel.vue index 0f06528..a0cdc78 100644 --- a/components/Channel.vue +++ b/components/Channel.vue @@ -1,14 +1,19 @@ @@ -16,5 +21,18 @@ const props = defineProps<{ name: string, href: string }>(); .channel-list-link { text-decoration: none; color: inherit; + padding-left: .5dvw; + padding-right: .5dvw; +} + +.channel-list-link-container { + text-align: left; + display: flex; + height: 4dvh; + white-space: nowrap; +} + +.current-channel { + background-color: rgb(70, 70, 70); } \ No newline at end of file