[SSE] Refactoring

This commit is contained in:
Julia Radzhabova 2022-07-12 10:43:41 +03:00
parent 06deb0f09d
commit fe4ee5a4cb
2 changed files with 2 additions and 12 deletions

View file

@ -187,7 +187,6 @@ define([
menu: undefined,
template: _.template([
'<div>',
'<div class="flex-settings">',
'<table class="main" style="margin: 10px 14px auto;"><tbody>',
'<tr class="editsave">',
@ -325,7 +324,6 @@ define([
'<td></td>',
'</tr>',
'</tbody></table>',
'</div>',
'</div>'
].join('')),

View file

@ -188,16 +188,6 @@
}
}
#panel-settings {
& > div {
width: 100%;
height: 100%;
padding: 0;
display: flex;
flex-direction: column;
}
}
#panel-info {
padding: 0;
display: flex;
@ -206,6 +196,8 @@
#panel-settings {
padding: 0;
display: flex;
flex-direction: column;
#id-settings-menu {
.dataview {