|
@@ -54,7 +54,7 @@ getInfo()
|
|
|
}
|
|
|
|
|
|
.chat-main {
|
|
|
- height: calc(100vh - 17.5rem) !important;
|
|
|
+ height: calc(100vh - 175px) !important;
|
|
|
}
|
|
|
|
|
|
.m-auto {
|
|
@@ -83,9 +83,9 @@ getInfo()
|
|
|
&-box {
|
|
|
background: #fff;
|
|
|
border-radius: 8px;
|
|
|
- margin-top: 2.4rem;
|
|
|
- padding: 2rem 2.4rem;
|
|
|
- height: calc(100vh - 36rem);
|
|
|
+ margin-top: 24px;
|
|
|
+ padding: 20px 24px;
|
|
|
+ min-height: calc(100vh - 360px);
|
|
|
|
|
|
.tab {
|
|
|
padding: 5px 16px;
|