fix: fix styles for agora

This commit is contained in:
SD 2024-11-22 20:01:29 +04:00
parent 46b0c5b747
commit 332595fd39
1 changed files with 6 additions and 2 deletions

View File

@ -170,11 +170,15 @@
} }
&.gr-5, &.gr-6, &.gr-7, &.gr-8, &.gr-9 { &.gr-5, &.gr-6, &.gr-7, &.gr-8, &.gr-9 {
flex: calc((100% - 16px) / 3) 0; & > div {
flex: calc((100% - 16px * 2) / 3) 0;
}
} }
&.gr-10, &.gr-11, &.gr-12, &.gr-13, &.gr-14, &.gr-15, &.gr-16 { &.gr-10, &.gr-11, &.gr-12, &.gr-13, &.gr-14, &.gr-15, &.gr-16 {
flex: calc((100% - 16px) / 4) 0; & > div {
flex: calc((100% - 16px * 3) / 4) 0;
}
} }
} }
} }