This website requires JavaScript.
Explore
Help
Sign In
daniel
/
rona-frontend
Watch
1
Star
0
Fork
0
You've already forked rona-frontend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
92644d90088d5c3ce951fb5be7574c15c86ea9ac
rona-frontend
/
src
/
app
/
chat
/
chat.component.css
6 lines
95 B
CSS
Raw
Normal View
History
Unescape
Escape
initial commit - contains basic chat via websocket - contains button to test websocket - contains button to test rest api
2020-07-19 22:16:23 +02:00
#
chat-log
{
height
:
calc
(
99
%
-
34px
)
;
overflow-y
:
scroll
;
Added GameModule
2020-07-23 14:53:03 +02:00
background-color
:
goldenrod
;
initial commit - contains basic chat via websocket - contains button to test websocket - contains button to test rest api
2020-07-19 22:16:23 +02:00
}
Reference in New Issue
Copy Permalink