mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Tighten pinboard view.
Summary: Removes a little slop from the top and right of the pinboard view. Test Plan: Tested Macro and Pholio layouts. Things wrapped less. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5197
This commit is contained in:
parent
561698df60
commit
74f6c75ae7
2 changed files with 3 additions and 3 deletions
|
@ -2869,7 +2869,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-pinboard-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/79be6f49/rsrc/css/layout/phabricator-pinboard-view.css',
|
||||
'uri' => '/res/549998d0/rsrc/css/layout/phabricator-pinboard-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -2924,7 +2924,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-property-list-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/fd680994/rsrc/css/layout/phabricator-property-list-view.css',
|
||||
'uri' => '/res/a04cc81d/rsrc/css/layout/phabricator-property-list-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
.phabricator-pinboard-view {
|
||||
padding: 20px;
|
||||
padding: 10px 0 20px 20px;
|
||||
overflow: hidden;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue