mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-18 16:21:39 +01:00
Fix width for smaller screens
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
86bb56ab6f
commit
7c9755d1a6
@ -1,6 +1,7 @@
|
|||||||
.RightPanelView{
|
.RightPanelView{
|
||||||
grid-area: right;
|
grid-area: right;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
min-width: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user