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

added server address to config

This commit is contained in:
2017-02-04 00:59:30 +00:00
parent cb19c43515
commit c08cf8a4cb
19 changed files with 108 additions and 134 deletions

View File

@@ -2,11 +2,21 @@
.Soundboard {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.Soundboard__input {
border-radius: 3px;
border: 1px solid lighten($gray1, 5%);
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
height: 30px;
}
.Dropzone {
display: flex;
flex-direction: column;