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 1f905d0 commit 0dd11aaCopy full SHA for 0dd11aa
1 file changed
platforms/web/src/Learn.css
@@ -1,11 +1,14 @@
1
.learn-container {
2
+ width: 100%;
3
+ height: 100vh;
4
display: flex;
5
flex-direction: column;
6
font-family: "Concert One", sans-serif;
7
}
8
9
/* Toolbar matching EditorToolbar design */
10
.learn-toolbar {
11
12
background: #ffffff;
13
border-bottom: 1px solid #e5e7eb;
14
padding: 12px 24px;
@@ -112,6 +115,8 @@
112
115
113
116
/* List view styles */
114
117
.learn-list-container {
118
119
+ min-height: 100vh;
120
121
122
@@ -122,9 +127,9 @@
127
width: 100%;
123
128
margin: 0 auto;
124
129
padding: 2rem;
125
- box-sizing: border-box;
126
130
flex: 1;
131
overflow-x: hidden;
132
+ box-sizing: border-box;
133
134
135
.add-map-section {
0 commit comments