1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix styling

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-12-10 12:33:16 -05:00
parent f91821f16d
commit bb5bc46ecf
2 changed files with 4 additions and 12 deletions

View File

@ -31,10 +31,8 @@
margin-right: $spacing / 2;
}
.name {
h5, h6 {
color: var(--textColorSecondary);
padding-bottom: var(--padding);
font-weight: bold;
}
}

View File

@ -452,15 +452,9 @@ export class Extensions extends React.Component {
return (
<div key={id} className="extension flex gaps align-center">
<div className="box grow">
<div className="name">
{name}
</div>
<div className="version">
{version}
</div>
<div className="description">
{description}
</div>
<h5>{name}</h5>
<h6>{version}</h6>
<p>{description}</p>
</div>
<div className="actions">
{!isEnabled && (