File tree 3 files changed +6
-24
lines changed
3 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 6
6
justify-content : space-between ;
7
7
align-items : center ;
8
8
9
- padding : 0 20px 0 18px ;
10
-
11
- font-weight : 600 ;
9
+ padding : 0 20px 0 12px ;
12
10
13
11
border-bottom : 1px solid var (--yc-color-line-generic );
14
12
15
- @include body2-typography ;
16
-
17
13
& __breadcrumb {
18
14
display : flex ;
19
15
align-items : center ;
Original file line number Diff line number Diff line change 26
26
27
27
& __action-button {
28
28
position : absolute ;
29
- top : 8 px ; // centered relative to the heading
29
+ top : 19 px ; // centered relative to the heading
30
30
right : 5px ; // centered relative to the collapsed panel
31
31
32
32
background-color : var (--yc-color-base-background );
51
51
flex : 1 1 auto ;
52
52
53
53
height : 100% ;
54
- padding : 0 12px 12px ;
54
+ padding : 0 12px 12px 16 px ;
55
55
}
56
56
57
57
& __tree-header {
58
- display : flex ;
59
- flex : 0 0 auto ;
60
- justify-content : space-between ;
61
- align-items : center ;
62
-
63
- padding : 12px 12px 8px ;
64
- }
65
-
66
- & __tree-title {
67
- font-weight : 600 ;
58
+ padding : 23px 12px 17px 20px ;
68
59
}
69
60
70
61
& __sticky-top {
Original file line number Diff line number Diff line change @@ -48,10 +48,7 @@ import {
48
48
} from '../utils/paneVisibilityToggleHelpers' ;
49
49
import { setShowPreview } from '../../../store/reducers/schema/schema' ;
50
50
import { setQueryTab , setTenantPage } from '../../../store/reducers/tenant/tenant' ;
51
- import {
52
- TENANT_PAGES_IDS ,
53
- TENANT_QUERY_TABS_ID ,
54
- } from '../../../store/reducers/tenant/constants' ;
51
+ import { TENANT_PAGES_IDS , TENANT_QUERY_TABS_ID } from '../../../store/reducers/tenant/constants' ;
55
52
56
53
import './ObjectSummary.scss' ;
57
54
@@ -246,9 +243,7 @@ function ObjectSummary(props: ObjectSummaryProps) {
246
243
const renderTree = ( ) => {
247
244
return (
248
245
< div className = { b ( 'tree-wrapper' ) } >
249
- < div className = { b ( 'tree-header' ) } >
250
- < div className = { b ( 'tree-title' ) } > Navigation</ div >
251
- </ div >
246
+ < div className = { b ( 'tree-header' ) } > Navigation</ div >
252
247
< div className = { b ( 'tree' ) } >
253
248
{ pathData && (
254
249
< SchemaTree
You can’t perform that action at this time.
0 commit comments