You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Keep dialog glass border on narrow screens (#12591)
* Keep dialog glass border on narrow screens It got pushed off the edge and eventually disappeared on narrow screens, so force it to always be present. * Update screenshot
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 27 KiB |
@ -332,7 +332,10 @@ legend {
|
|||||||
.mx_Dialog_border {
|
.mx_Dialog_border {
|
||||||
z-index: var(--dialog-zIndex-standard);
|
z-index: var(--dialog-zIndex-standard);
|
||||||
position: relative;
|
position: relative;
|
||||||
max-height: calc(100% - var(--cpd-space-12x));
|
width: 100%;
|
||||||
|
max-width: min-content;
|
||||||
|
box-sizing: border-box;
|
||||||
|
max-height: calc(100% - var(--cpd-space-6x));
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user