apply max-width only to settings
This commit is contained in:
@@ -97,7 +97,6 @@
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
max-width: 650px;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
.buttons_main();
|
.buttons_main();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user