mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-16 23:01:10 +01:00
put sizing of right panel in RightPanel style file, plus min-width
This commit is contained in:
parent
4f006b033e
commit
3331a29ac5
@ -88,11 +88,3 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MatrixChat .mx_RightPanel {
|
|
||||||
flex: 0 0 235px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MatrixChat .mx_RightPanel.collapsed {
|
|
||||||
flex: 0 0 122px;
|
|
||||||
}
|
|
||||||
|
|||||||
@ -15,8 +15,10 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_RightPanel {
|
.mx_RightPanel {
|
||||||
|
overflow-x: hidden;
|
||||||
|
flex: 0 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
min-width: 250px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user