We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a07db commit 3b6bac4Copy full SHA for 3b6bac4
lib/resources/styles.css
@@ -77,6 +77,7 @@ main {
77
78
.sidebar-offcanvas-left {
79
flex: 0 1 230px;
80
+ order: 1;
81
overflow-y: scroll;
82
padding: 20px 0 15px 30px;
83
margin: 5px 20px 0 0;
@@ -93,13 +94,15 @@ main {
93
94
95
.main-content {
96
flex: 1;
97
+ order: 2;
98
99
padding: 10px 20px 0 20px;
100
visibility: hidden; /* shown by Javascript after scroll position restore */
101
}
102
103
.sidebar-offcanvas-right {
104
flex: 0 1 12em;
105
+ order: 3;
106
107
padding: 20px 15px 15px 15px;
108
margin-top: 5px;
0 commit comments