Skip to content

Commit 0dd11aa

Browse files
committed
fix style
1 parent 1f905d0 commit 0dd11aa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

platforms/web/src/Learn.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
.learn-container {
2+
width: 100%;
3+
height: 100vh;
24
display: flex;
35
flex-direction: column;
46
font-family: "Concert One", sans-serif;
57
}
68

79
/* Toolbar matching EditorToolbar design */
810
.learn-toolbar {
11+
width: 100%;
912
background: #ffffff;
1013
border-bottom: 1px solid #e5e7eb;
1114
padding: 12px 24px;
@@ -112,6 +115,8 @@
112115

113116
/* List view styles */
114117
.learn-list-container {
118+
width: 100%;
119+
min-height: 100vh;
115120
display: flex;
116121
flex-direction: column;
117122
font-family: "Concert One", sans-serif;
@@ -122,9 +127,9 @@
122127
width: 100%;
123128
margin: 0 auto;
124129
padding: 2rem;
125-
box-sizing: border-box;
126130
flex: 1;
127131
overflow-x: hidden;
132+
box-sizing: border-box;
128133
}
129134

130135
.add-map-section {

0 commit comments

Comments
 (0)