UNPKG

react-jwchat

Version:

This is an easy-to-use web chat component, based on react.

22 lines (20 loc) 222 B
/* flex */ .flex { display: flex; } .flex_1 { flex: auto; } .jus_cen { justify-content: center; } .ali_cen { align-items: center; } /* position */ .pos_a { position: absolute; } .pos_r { position: relative; }