diff --git a/app/assets/stylesheets/scss/user.scss b/app/assets/stylesheets/scss/user.scss index f732a4bf..054f8a11 100644 --- a/app/assets/stylesheets/scss/user.scss +++ b/app/assets/stylesheets/scss/user.scss @@ -100,10 +100,12 @@ } .profile--avatar .dimmer { + position: absolute; + top: 0px !important; + left: 0px !important; width: 100%; - position: relative; + height: 100%; display: block; - height: auto; min-height: 0px; background: none repeat scroll 0% 0% #FFF; padding: 0px; @@ -115,17 +117,6 @@ } .profile--avatar .dimmer:hover { - width: 100%; - position: relative; - display: block; - height: auto; - min-height: 0px; - background: none repeat scroll 0% 0% #FFF; - padding: 0px; - border: medium none; - border-radius: 0.2857rem; - box-shadow: 0px 0.2em 0px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5; - transition: box-shadow 0.2s ease 0s; opacity: 1; }