fix
This commit is contained in:
parent
34a5b56555
commit
15605682b2
|
@ -100,10 +100,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile--avatar .dimmer {
|
.profile--avatar .dimmer {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px !important;
|
||||||
|
left: 0px !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
background: none repeat scroll 0% 0% #FFF;
|
background: none repeat scroll 0% 0% #FFF;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -115,17 +117,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile--avatar .dimmer:hover {
|
.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;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue