0.8.372
This commit is contained in:
@@ -428,7 +428,7 @@
|
||||
|
||||
.block-chat{
|
||||
width: 66%;
|
||||
height: 88vh;
|
||||
height: calc(100vh - 120px);
|
||||
border-radius: 10px;
|
||||
border: 1px solid #E6E6E6;
|
||||
background: #ffffff;
|
||||
@@ -2379,7 +2379,7 @@
|
||||
width: 33%;
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
max-height: 83vh;
|
||||
max-height: calc(100vh - 125px);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user