mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-05 06:31:29 +03:00
Added v1 of chat sidebar for Twitch VODs
This commit is contained in:
13
src/app/components/twitch-chat/twitch-chat.component.scss
Normal file
13
src/app/components/twitch-chat/twitch-chat.component.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.chat-container {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.download-button {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.downloading-spinner {
|
||||
top: 50%;
|
||||
left: 80px;
|
||||
}
|
||||
Reference in New Issue
Block a user