Framework/Modal for settings coming together

 Changing inline script to now run in an async block
 No more callback hell, literally anything can be written with async/await or callbacks when appropos
This commit is contained in:
shockrah
2021-03-07 23:49:49 -08:00
parent 5fc3e2a553
commit ca68c61f3a
3 changed files with 57 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
.settings-textarea {
width: 100%;
margin-bottom: 1em;
}

View File

@@ -2,6 +2,7 @@
@import 'scroll';
@import 'join-modal';
@import 'channels';
@import 'settings-modal';
body {
color: $text;