fix adaptive

This commit is contained in:
2024-08-02 13:48:08 +03:00
parent a76725edf5
commit b02eff466f
8 changed files with 114 additions and 94 deletions

View File

@ -30,10 +30,6 @@
max-height: 700px;
max-width: 915px;
@media (max-width: 990px) {
width: 96%;
}
@media (max-width: 880px) {
max-height: none;
overflow-y: inherit;
@ -590,10 +586,6 @@
width: 100%;
}
}
@media (max-width: 880px) {
width: 100%;
}
}
.members {
@ -613,6 +605,7 @@
position: relative;
border-left: 1px solid #f1f1f1;
width: 32%;
padding: 0 10px 10px 0;
.exit {
cursor: pointer;