mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-12 13:31:14 +00:00
fix avatar dimensions to 64px or 100% of the original size
This commit is contained in:
parent
4649bd3e74
commit
70a267f990
@ -540,10 +540,9 @@ samp {
|
|||||||
|
|
||||||
/* line 121, ../sass/_profile.sass */
|
/* line 121, ../sass/_profile.sass */
|
||||||
.profile-card-photo {
|
.profile-card-photo {
|
||||||
height: 75px;
|
height: 64px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 134, ../sass/_profile.sass */
|
/* line 134, ../sass/_profile.sass */
|
||||||
@ -1822,8 +1821,8 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof
|
|||||||
|
|
||||||
/* line 234, ../sass/style.sass */
|
/* line 234, ../sass/style.sass */
|
||||||
.mini-profile-photo {
|
.mini-profile-photo {
|
||||||
width: 80px;
|
width: 64px;
|
||||||
height: 80px;
|
height: 64px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-moz-border-radius: 50%;
|
-moz-border-radius: 50%;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user