fix a load of linting issues

This commit is contained in:
41666 2019-04-03 02:10:43 -05:00
parent 928c9cf07c
commit 057e9f96b4
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
31 changed files with 375 additions and 411 deletions

View file

@ -23,7 +23,7 @@ const DiscordOuter = styled.div`
padding: 10px;
text-align: left;
color: var(--c-white);
border: 1px solid rgba(0,0,0,0.25);
border: 1px solid rgba(0, 0, 0, 0.25);
width: 250px;
margin: 0 auto;
user-select: none;
@ -34,7 +34,6 @@ const Collapser = styled.div`
align-items: center;
justify-content: center;
flex-direction: column;
${() => MediaQuery({
md: `flex-direction: row;`
})}