1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 09:32:50 +00:00

added youtube downloader

This commit is contained in:
2017-07-21 00:06:59 -05:00
parent 4baad6b025
commit 43fadf9c6a
14 changed files with 240 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
.Downloader {
padding: 10px;
}
.Downloader__input {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.Downloader__button {
& + & {
margin-left: 10px;
}
}