aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/assets/sass/chat.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/sass/chat.scss')
-rw-r--r--resources/assets/sass/chat.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/assets/sass/chat.scss b/resources/assets/sass/chat.scss
new file mode 100644
index 0000000..026d089
--- /dev/null
+++ b/resources/assets/sass/chat.scss
@@ -0,0 +1,5 @@
+.MessagesWindow {
+ height: 250px;
+ overflow-y: scroll;
+ padding: 15px;
+} \ No newline at end of file