File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ const Flow: React.FC<FlowProps> = (props: FlowProps) => {
327327 subheadline = { "Available datasets :point_down:" }
328328 onClose = { ( ) => { setUnknownDatasetOn ( false ) } } /> }
329329 { databaseMenuPopupOn && < DatabaseMenuSidebar
330- headline = { "Choose a dataset " }
330+ headline = { "Datasets " }
331331 onClose = { ( ) => { setDatabaseMenuPopupOn ( false ) } } /> }
332332 </ div >
333333 ) ;
Original file line number Diff line number Diff line change 1515 max-width : 500px ;
1616 height : 100% ;
1717 z-index : 200000 ;
18- padding : 24px ;
18+ padding : 24px 24 px 24 px ;
1919 overflow-y : auto ;
2020 background-color : #FFF ;
2121 box-shadow : 4px 0 24px rgba (0 , 0 , 0 , 0.2 );
3131 font-size : 28px ;
3232 font-weight : 700 ;
3333 padding-right : 40px ;
34+ line-height : 1 ;
3435 }
3536
3637 & __subheadline {
5051
5152 & __close-icon {
5253 position : absolute ;
53- top : 20 px ;
54+ top : 28 px ;
5455 right : 20px ;
5556 cursor : pointer ;
5657 z-index : 10 ;
8687 .database-tile__description {
8788 max-height : 500px ;
8889 opacity : 1 ;
89- padding : 12 px 20px ;
90+ padding : 16 px 20 px 16 px 20px ;
9091 pointer-events : auto ;
9192 }
9293 }
101102 font-family : ' Monaco' , ' Courier New' , monospace ;
102103 }
103104
104- & __content {
105- margin-left : 16px ;
106- }
107-
108105 & __name {
109106 margin : 0 0 8px 0 ;
110107 font-size : 24px ;
166163 border : 2px solid #4A90E2 ;
167164 border-top : none ;
168165 border-radius : 0 0 12px 12px ;
169- padding : 0 20px ;
166+ padding : 0 20px 0 36 px ;
170167 box-shadow : 0 8px 16px rgba (0 , 0 , 0 , 0.15 );
171168 pointer-events : none ;
172169
You can’t perform that action at this time.
0 commit comments