mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Fix left column max width
This commit is contained in:
parent
211e732a2c
commit
d007dfda0c
@ -114,6 +114,9 @@
|
||||
@media (min-width: 800px) {
|
||||
.left {
|
||||
background-color: var(--bgColor2);
|
||||
}
|
||||
|
||||
.home:not(.fullWidth) .left {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user