➕ 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:
4
freechat-client/sass/settings-modal.scss
Normal file
4
freechat-client/sass/settings-modal.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
.settings-textarea {
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
@import 'scroll';
|
||||
@import 'join-modal';
|
||||
@import 'channels';
|
||||
@import 'settings-modal';
|
||||
|
||||
body {
|
||||
color: $text;
|
||||
|
||||
Reference in New Issue
Block a user