mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-26 22:48:19 +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' =>
|
'phabricator-pinboard-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/79be6f49/rsrc/css/layout/phabricator-pinboard-view.css',
|
'uri' => '/res/549998d0/rsrc/css/layout/phabricator-pinboard-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -2924,7 +2924,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-property-list-view-css' =>
|
'phabricator-property-list-view-css' =>
|
||||||
array(
|
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',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.phabricator-pinboard-view {
|
.phabricator-pinboard-view {
|
||||||
padding: 20px;
|
padding: 10px 0 20px 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue