mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Setting drawer max-width
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
3b8b594608
commit
148f5e3929
@ -50,6 +50,7 @@
|
|||||||
&.right {
|
&.right {
|
||||||
top: 0;
|
top: 0;
|
||||||
width: var(--size);
|
width: var(--size);
|
||||||
|
max-width: 95vw; /* Prevent drawer to be bigger than viewport */
|
||||||
}
|
}
|
||||||
|
|
||||||
&.top,
|
&.top,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user