fix: improve panel behaviour at small screen sizes
This commit is contained in:
parent
a07c269f15
commit
34c5b35194
@ -72,6 +72,9 @@ body {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
#main-panel {
|
||||
width: calc(100% - 300px);
|
||||
}
|
||||
}
|
||||
|
||||
#side-panel .conversation {
|
||||
@ -105,7 +108,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
width: calc(100% - 300px);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#page {
|
||||
|
Loading…
x
Reference in New Issue
Block a user