mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add a bit of spacing before Installed extensions title (#7152)
* Add a bit of spacing before Installed extensions title Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Update snapshot Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> --------- Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
ebf6d78870
commit
15ba5da51e
@ -423,6 +423,9 @@ exports[`extensions - navigation using application menu when navigating to exten
|
||||
: you can drag and drop a tarball file to this area
|
||||
</small>
|
||||
</section>
|
||||
<div
|
||||
class="size-md"
|
||||
/>
|
||||
<div>
|
||||
<div
|
||||
class="Spinner singleColor center"
|
||||
|
||||
@ -37,6 +37,7 @@ import installOnDropInjectable from "./install-on-drop.injectable";
|
||||
import { supportedExtensionFormats } from "./supported-extension-formats";
|
||||
import extensionInstallationStateStoreInjectable from "../../../extensions/extension-installation-state-store/extension-installation-state-store.injectable";
|
||||
import type { ExtensionInstallationStateStore } from "../../../extensions/extension-installation-state-store/extension-installation-state-store";
|
||||
import Gutter from "../gutter/gutter";
|
||||
|
||||
interface Dependencies {
|
||||
userExtensions: IComputedValue<InstalledExtension[]>;
|
||||
@ -113,6 +114,8 @@ class NonInjectedExtensions extends React.Component<Dependencies> {
|
||||
installPath={this.installPath}
|
||||
/>
|
||||
|
||||
<Gutter size="md" />
|
||||
|
||||
<InstalledExtensions
|
||||
extensions={userExtensions}
|
||||
enable={this.props.enableExtension}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user