diff --git a/src/App.vue b/src/App.vue index 6648f92..deb5665 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,6 +18,7 @@ import {PlayingState} from "@/common"; +
@@ -150,10 +151,15 @@ h1 { .channel-urls { display: flex; flex-direction: column; + align-items: center; justify-content: space-between; flex-grow: 1; } +.channel-urls-clear-button { + max-width: 5em; +} + .url-input { display: flex; width: 100%;