Fixed rendering of settings page when in narrow mode
This commit is contained in:
parent
3585abe981
commit
e28119c728
@ -924,15 +924,17 @@ input[type=text] {
|
||||
|
||||
.mainPage.narrow #extraFeaturesPanel.fullOpen .extraFeatureIndex {
|
||||
width: 0px; }
|
||||
.mainPage.narrow #extraFeaturesPanel.fullOpen .extraFeatureContent header {
|
||||
-webkit-box-flex: none;
|
||||
-webkit-flex: none;
|
||||
-moz-box-flex: none;
|
||||
-moz-flex: none;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
display: block;
|
||||
height: 48px; }
|
||||
.mainPage.narrow #extraFeaturesPanel.fullOpen .extraFeatureContent {
|
||||
width: 100%; }
|
||||
.mainPage.narrow #extraFeaturesPanel.fullOpen .extraFeatureContent header {
|
||||
-webkit-box-flex: none;
|
||||
-webkit-flex: none;
|
||||
-moz-box-flex: none;
|
||||
-moz-flex: none;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
display: block;
|
||||
height: 48px; }
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
|
File diff suppressed because one or more lines are too long
@ -258,6 +258,8 @@ input[type=text] {
|
||||
}
|
||||
|
||||
.extraFeatureContent {
|
||||
width: 100%;
|
||||
|
||||
header {
|
||||
@include flex(none);
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user