apply max-width only to settings

pull/1/head
David Benqué 2020-02-10 10:07:16 +00:00
parent 0efbc77370
commit 961cb8e427
2 changed files with 6 additions and 1 deletions

View File

@ -97,7 +97,6 @@
margin-left: 10px;
}
}
max-width: 650px;
margin-bottom: 20px;
.buttons_main();
}

View File

@ -17,6 +17,12 @@
flex-flow: column;
font: @colortheme_app-font;
.cp-sidebarlayout-element {
&[class*="cp-settings"] {
max-width: 650px;
}
}
#cp-export-container {
font-size: 16px;
display: flex;