fixed some dialogs

This commit is contained in:
muerwre 2019-02-06 18:36:44 +07:00
parent 39d950d5c5
commit 8c3ce1d1a5
4 changed files with 74 additions and 38 deletions

View file

@ -235,6 +235,18 @@
}
}
.helper:first-child {
border-radius: @panel_radius @panel_radius 0 0;
}
.helper:last-child {
border-radius: 0 0 @panel_radius @panel_radius;
}
.helper:only-child {
border-radius: @panel_radius;
}
}
.control-dialog-provider {
@ -255,7 +267,7 @@
display: flex;
background: #222222;
border-radius: @panel_radius;
//border-radius: @panel_radius;
box-shadow: @bar_shadow;
@media (max-width: @mobile_breakpoint) {
@ -304,6 +316,10 @@
}
}
.flex_1 {
flex: 1;
}
.helper__buttons {
display: flex;
align-items: center;