mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-05 03:18:25 +01:00
Fixing non-square profile images for hovercards
Summary: Refs T1048 - disables bg repeat, centers profile image Test Plan: looked at my own hovercard in my local install, which has a non-square prof pic Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1048 Differential Revision: https://secure.phabricator.com/D5604
This commit is contained in:
parent
97ff7fe259
commit
c668988a26
2 changed files with 3 additions and 1 deletions
|
@ -3057,7 +3057,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-hovercard-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/ed56200c/rsrc/css/layout/phabricator-hovercard-view.css',
|
||||
'uri' => '/res/6c7636cd/rsrc/css/layout/phabricator-hovercard-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
margin-bottom: 5px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.phabricator-hovercard-tail {
|
||||
|
|
Loading…
Add table
Reference in a new issue