dialogs: mobile shade

This commit is contained in:
muerwre 2018-12-07 18:23:55 +07:00
parent 43bbd6f0d5
commit 091083300c

View file

@ -28,6 +28,11 @@
@media (max-width: @mobile_breakpoint) {
width: 100%;
z-index: 6;
&.active {
background: rgba(19, 45, 53, 0.8);
}
}
}
@ -56,6 +61,13 @@
width: 40px;
height: 40px;
}
@media (max-width: @mobile_breakpoint) {
border-radius: @panel_radius;
bottom: 10px;
right: 10px;
width: 49px;
}
}
.dialog-content {