This commit is contained in:
SBD
2023-11-19 15:26:55 +03:00
parent cc3a5c4a4f
commit 49ad367a70
3 changed files with 8 additions and 5 deletions

View File

@@ -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);
}