From 33397c4b1d643808dd02596bfd4659d9d11a592d Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Sun, 11 Mar 2018 23:13:11 +0200 Subject: [PATCH] - added fix for ( overflow for cover image #391 ); --- assets/css/um-profile.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/um-profile.css b/assets/css/um-profile.css index b0113481..67000968 100644 --- a/assets/css/um-profile.css +++ b/assets/css/um-profile.css @@ -53,6 +53,7 @@ background-color: #eee; box-sizing: border-box; position: relative; + overflow: hidden; } .um-cover-add { @@ -506,7 +507,7 @@ font-weight: normal; .um-item-meta span:not(:last-child):after { position: relative; - padding: 0px 4px 0px 7px; + padding: 0 4px 0 7px; content: "•"; } @@ -532,8 +533,6 @@ font-weight: normal; .um-tab-notifier { position: absolute; background: none repeat scroll 0% 0% rgb(198, 81, 81); - right: 0px; - top: 0px; width: 18px; height: 18px; border-radius: 999px;