[DE PE mobile] Fix Bug 59893

This commit is contained in:
SergeyEzhin 2022-11-28 18:32:29 +04:00
parent 0ceacd4e04
commit 99e1c4afa1
3 changed files with 14 additions and 10 deletions

View file

@ -1101,6 +1101,19 @@ input[type="number"]::-webkit-inner-spin-button {
padding-bottom: 60px;
}
// Picker
.picker-columns {
justify-content: space-around;
}
.row-picker {
.col-50 {
color: @text-secondary;
text-align: center;
}
}

View file

@ -252,16 +252,7 @@
}
}
// Picker
.row-picker {
.col-50 {
color: @text-secondary;
}
}
// Calendar
.calendar {
background-color: @background-secondary;
.toolbar {

View file

@ -37,7 +37,7 @@ class AddOtherController extends Component {
text: '',
content:
'<div class="content-block">' +
'<div class="row">' +
'<div class="row row-picker">' +
'<div class="col-50">' + _t.textColumns + '</div>' +
'<div class="col-50">' + _t.textRows + '</div>' +
'</div>' +