Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat(#610): spacing
Browse files Browse the repository at this point in the history
Signed-off-by: peterpeterparker <[email protected]>
  • Loading branch information
peterpeterparker committed Feb 16, 2020
1 parent d21a955 commit 0da308a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions studio/src/app/popovers/editor/app-shape/app-shape.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ app-shape {
touch-action: manipulation;
cursor: pointer;

padding: 4px;
padding: 8px;

align-self: center;

div.image-container {
border-radius: 4px;
Expand All @@ -24,7 +26,7 @@ app-shape {

deckgo-lazy-img {
--deckgo-lazy-img-width: 100%;
--deckgo-lazy-img-max-height: 4rem;
--deckgo-lazy-img-max-height: 3rem;
--deckgo-lazy-img-vertical-align: top;
}
}
Expand Down

0 comments on commit 0da308a

Please sign in to comment.