@@ -134,4 +134,7 @@
color: #eaf3ff;
background: #0d1f47;
}
+ .nav p {
+ cursor: pointer;
+ }
</style>
@@ -1221,7 +1221,7 @@
.sessionList {
- width: 21vw;
+ width: 16vw;
background: #fff;
@@ -1281,7 +1281,7 @@
.chat {
- width: 29vw;
+ width: 40vw;
height: 93vh;
border: 1px solid #d5e5ff;
border-top: none;
@@ -1414,7 +1414,7 @@
.FastReply {
- width: 19vw;
+ width: 18vw;
height: 92vh;
border-right: 1px solid #d5e5ff;
@@ -1516,7 +1516,7 @@
.userinfo {
padding: 20px;
background: #ECF4FF;