first responsive layer
This commit is contained in:
parent
3190519f65
commit
415eff029c
|
|
@ -9,8 +9,6 @@ dialog {
|
||||||
backdrop-filter: blur(3px) brightness(0.4);
|
backdrop-filter: blur(3px) brightness(0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
width: clamp(50%, 900px, 90%);
|
|
||||||
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
|
@ -23,6 +21,7 @@ dialog {
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply m-auto;
|
@apply m-auto;
|
||||||
|
|
||||||
|
width: clamp(40%, 900px, 90%);
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
max-height: 90dvh;
|
max-height: 90dvh;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user