@@ -146,13 +146,18 @@ const handleLast = async () => {
146
146
147
147
<template >
148
148
<Flex direction =" column" wide :class =" $style.wrapper" >
149
- <Breadcrumbs
150
- :items =" [
151
- { link: '/', name: 'Explore' },
152
- { link: '/namespaces', name: `Namespaces` },
153
- ]"
154
- :class =" $style.breadcrumbs"
155
- />
149
+ <Flex align =" end" justify =" between" :class =" $style.breadcrumbs" >
150
+ <Breadcrumbs
151
+ :items =" [
152
+ { link: '/', name: 'Explore' },
153
+ { link: '/namespaces', name: `Namespaces` },
154
+ ]"
155
+ />
156
+
157
+ <Button link =" /namespaces/treemap" type =" secondary" size =" mini" >
158
+ <Icon name =" treemap" size =" 12" color =" secondary" /> Treemap View
159
+ </Button >
160
+ </Flex >
156
161
157
162
<Flex wide direction =" column" gap =" 4" >
158
163
<Flex justify =" between" :class =" $style.header" >
@@ -335,12 +340,6 @@ const handleLast = async () => {
335
340
</table >
336
341
</div >
337
342
</Flex >
338
-
339
- <Flex align =" center" :class =" $style.footer" >
340
- <Button link =" /namespaces/treemap" type =" secondary" size =" mini" >
341
- <Icon name =" treemap" size =" 12" color =" secondary" /> Open Treemap View
342
- </Button >
343
- </Flex >
344
343
</Flex >
345
344
</Flex >
346
345
</template >
@@ -349,7 +348,7 @@ const handleLast = async () => {
349
348
.wrapper {
350
349
max-width : calc (var (--base-width ) + 48px );
351
350
352
- padding : 40 px 24px 60px 24px ;
351
+ padding : 26 px 24px 60px 24px ;
353
352
}
354
353
355
354
.breadcrumbs {
@@ -365,21 +364,12 @@ const handleLast = async () => {
365
364
padding : 0 16px ;
366
365
}
367
366
368
- .footer {
369
- height : 46px ;
370
-
371
- border-radius : 4px 4px 8px 8px ;
372
- background : var (--card-background );
373
-
374
- padding : 0 16px ;
375
- }
376
-
377
367
.table_scroller {
378
368
overflow-x : auto ;
379
369
}
380
370
381
371
.table {
382
- border-radius : 4px ;
372
+ border-radius : 4px 4 px 8 px 8 px ;
383
373
background : var (--card-background );
384
374
385
375
padding-bottom : 12px ;
0 commit comments