Files
YoutubeDL-Material/src/app/components/twitch-chat/twitch-chat.component.scss
2020-11-29 03:18:28 -05:00

13 lines
157 B
SCSS

.chat-container {
height: 100%;
overflow-y: scroll;
}
.download-button {
margin: 10px;
}
.downloading-spinner {
top: 50%;
left: 80px;
}