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

@@ -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;