apply max-width only to settings

This commit is contained in:
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; margin-left: 10px;
} }
} }
max-width: 650px;
margin-bottom: 20px; margin-bottom: 20px;
.buttons_main(); .buttons_main();
} }

View File

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