diff --git a/src/app/components/blurPanel/_blurPanel.scss b/src/app/components/blurPanel/_blurPanel.scss index 93e0a82..0b05ba4 100644 --- a/src/app/components/blurPanel/_blurPanel.scss +++ b/src/app/components/blurPanel/_blurPanel.scss @@ -49,8 +49,9 @@ $panel-title-height: 35px; } .panel-body { + padding: 0; +} +.panel-content { padding: 15px 22px; - .panel-content { - height: 100%; - } + height: 100%; } \ No newline at end of file diff --git a/src/app/components/widgets/widgets.html b/src/app/components/widgets/widgets.html index acecc1b..edf5632 100644 --- a/src/app/components/widgets/widgets.html +++ b/src/app/components/widgets/widgets.html @@ -1,7 +1,7 @@
- +
diff --git a/src/app/pages/dashboard/widgets/blurFeed/_blurFeed.scss b/src/app/pages/dashboard/widgets/blurFeed/_blurFeed.scss index 781659f..67ba2e4 100644 --- a/src/app/pages/dashboard/widgets/blurFeed/_blurFeed.scss +++ b/src/app/pages/dashboard/widgets/blurFeed/_blurFeed.scss @@ -61,10 +61,10 @@ .sub-photo-icon { position: absolute; - width: 25px; - height: 25px; - right: -2px; - bottom: -2px; + width: 30px; + height: 30px; + right: -4px; + bottom: -4px; border: 2px solid #fff; } } diff --git a/src/app/pages/dashboard/widgets/popularApp/_popularApp.scss b/src/app/pages/dashboard/widgets/popularApp/_popularApp.scss index 2bcd88c..4650816 100644 --- a/src/app/pages/dashboard/widgets/popularApp/_popularApp.scss +++ b/src/app/pages/dashboard/widgets/popularApp/_popularApp.scss @@ -1,5 +1,5 @@ .popular-app { - .panel-body { + .panel-content { padding: 0; } diff --git a/src/app/pages/profile/profile.html b/src/app/pages/profile/profile.html index 219ebd9..06eeb3b 100644 --- a/src/app/pages/profile/profile.html +++ b/src/app/pages/profile/profile.html @@ -2,214 +2,215 @@