From a529fc5f9f33579ccd23e8463c0effcf0611040f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 24 Mar 2019 15:09:40 -0600 Subject: [PATCH] Fix 'no stickerpacks' placeholder to not have a scrollbar --- .../sticker-picker/sticker-picker.component.html | 10 +++++----- .../sticker-picker/sticker-picker.component.scss | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/app/widget-wrappers/sticker-picker/sticker-picker.component.html b/web/app/widget-wrappers/sticker-picker/sticker-picker.component.html index 490a53e..2a8e348 100644 --- a/web/app/widget-wrappers/sticker-picker/sticker-picker.component.html +++ b/web/app/widget-wrappers/sticker-picker/sticker-picker.component.html @@ -8,12 +8,12 @@ that has Dimension enabled and correctly set up. +
+ + You have no sticker packs. + +
-
- - You have no sticker packs. - -
{{ pack.displayName }} diff --git a/web/app/widget-wrappers/sticker-picker/sticker-picker.component.scss b/web/app/widget-wrappers/sticker-picker/sticker-picker.component.scss index fea9137..aec112a 100644 --- a/web/app/widget-wrappers/sticker-picker/sticker-picker.component.scss +++ b/web/app/widget-wrappers/sticker-picker/sticker-picker.component.scss @@ -32,7 +32,7 @@ img { width: 96px; height: 96px; - margin-top: 20px; + margin-top: 40px; margin-bottom: 15px; }