Skip to content

Commit

Permalink
Add a bit of spacing before Installed extensions title (#7152)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
aleksfront authored Feb 14, 2023
1 parent ebf6d78 commit 15ba5da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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[]>;
Expand Down Expand Up @@ -113,6 +114,8 @@ class NonInjectedExtensions extends React.Component<Dependencies> {
installPath={this.installPath}
/>

<Gutter size="md" />

<InstalledExtensions
extensions={userExtensions}
enable={this.props.enableExtension}
Expand Down

0 comments on commit 15ba5da

Please sign in to comment.