mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
e980b94a2f
Summary: Just making profiles a little nicer, adds a big picture, easier mechanism for updating photos. Also larger profile pictures... need to re-thumb? Test Plan: View my profile, edit my picture, view a stranger, see profile. Check mobile, tablet, desktop. Check action menu on mobile. {F2559394} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17295
18 lines
332 B
CSS
18 lines
332 B
CSS
/**
|
|
* @provides people-picture-menu-item-css
|
|
*/
|
|
|
|
.people-menu-image {
|
|
width: 160px;
|
|
height: 160px;
|
|
border: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.people-menu-image-container {
|
|
background: #fff;
|
|
padding: 4px;
|
|
border-radius: 3px;
|
|
border: 1px solid {$lightblueborder};
|
|
margin: 4px 0px 16px 20px;
|
|
display: inline-block;
|
|
}
|