mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fine-tuning extensions page view (#1613)
* Replacing pro-tip text Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Coloring extension name Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Eslint fixes in webpack files Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
3c51e746bd
commit
6630419457
@ -30,11 +30,19 @@
|
||||
.actions > button:not(:last-child) {
|
||||
margin-right: $spacing / 2;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: var(--textColorSecondary);
|
||||
padding-bottom: var(--padding);
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.SearchInput {
|
||||
--spacing: 10px;
|
||||
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -451,10 +451,10 @@ export class Extensions extends React.Component {
|
||||
<div key={id} className="extension flex gaps align-center">
|
||||
<div className="box grow">
|
||||
<div className="name">
|
||||
Name: <code className="name">{name}</code>
|
||||
{name}
|
||||
</div>
|
||||
<div className="description">
|
||||
Description: <span className="text-secondary">{description}</span>
|
||||
{description}
|
||||
</div>
|
||||
</div>
|
||||
<div className="actions">
|
||||
@ -529,7 +529,7 @@ export class Extensions extends React.Component {
|
||||
onClick={this.installFromUrlOrPath}
|
||||
/>
|
||||
<small className="hint">
|
||||
<Trans><b>Pro-Tip</b>: you can drag & drop extension's tarball-file to install</Trans>
|
||||
<Trans><b>Pro-Tip</b>: you can also drag-n-drop tarball-file to this area</Trans>
|
||||
</small>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user