mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-16 14:51:56 +01: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:
parent
4e3de2b27e
commit
3e7511cc5d
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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user