mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Add max-width to right and left panels
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
013751e308
commit
92c28f089c
@ -19,6 +19,7 @@ limitations under the License.
|
||||
display: flex;
|
||||
/* LeftPanel 260px */
|
||||
min-width: 260px;
|
||||
max-width: 50%;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ limitations under the License.
|
||||
flex: 0 0 auto;
|
||||
position: relative;
|
||||
min-width: 264px;
|
||||
max-width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user