mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix catalog layout bugs (#3018)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
8e244db1a3
commit
540c6dac37
@ -23,6 +23,10 @@
|
|||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
.MuiAvatar-root {
|
||||||
|
font-size: var(--unit);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nameCell {
|
.nameCell {
|
||||||
@ -88,4 +92,4 @@
|
|||||||
.activeTab, .activeTab:hover {
|
.activeTab, .activeTab:hover {
|
||||||
background-color: var(--blue);
|
background-color: var(--blue);
|
||||||
--color-active: white;
|
--color-active: white;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -255,6 +255,7 @@ export class Catalog extends React.Component<Props> {
|
|||||||
renderTableHeader={[
|
renderTableHeader={[
|
||||||
{ title: "", className: styles.iconCell },
|
{ title: "", className: styles.iconCell },
|
||||||
{ title: "Name", className: styles.nameCell, sortBy: sortBy.name },
|
{ title: "Name", className: styles.nameCell, sortBy: sortBy.name },
|
||||||
|
{ title: "Kind", className: styles.kindCell, sortBy: sortBy.kind },
|
||||||
{ title: "Source", className: styles.sourceCell, sortBy: sortBy.source },
|
{ title: "Source", className: styles.sourceCell, sortBy: sortBy.source },
|
||||||
{ title: "Labels", className: styles.labelsCell },
|
{ title: "Labels", className: styles.labelsCell },
|
||||||
{ title: "Status", className: styles.statusCell, sortBy: sortBy.status },
|
{ title: "Status", className: styles.statusCell, sortBy: sortBy.status },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user