Skip to content

Commit c63d92b

Browse files
committedMar 26, 2014
Fix project feed layout
Summary: This was clobbered when we added calendar feed to profiles, not projects. Test Plan: Browse Project on desktop and mobile, re-check profile. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin, chad Differential Revision: https://secure.phabricator.com/D8617
1 parent 2e0301d commit c63d92b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎resources/celerity/map.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
'rsrc/css/application/ponder/feed.css' => 'e62615b6',
9595
'rsrc/css/application/ponder/post.css' => 'ebab8a70',
9696
'rsrc/css/application/ponder/vote.css' => '8ed6ed8b',
97-
'rsrc/css/application/profile/profile-view.css' => '9bdb9804',
97+
'rsrc/css/application/profile/profile-view.css' => '33e6f703',
9898
'rsrc/css/application/projects/project-tag.css' => '095c9404',
9999
'rsrc/css/application/releeph/releeph-branch.css' => 'b8821d2d',
100100
'rsrc/css/application/releeph/releeph-colors.css' => '2d2d6aa8',
@@ -707,7 +707,7 @@
707707
'phabricator-object-selector-css' => '029a133d',
708708
'phabricator-phtize' => 'd254d646',
709709
'phabricator-prefab' => '0326e5d0',
710-
'phabricator-profile-css' => '9bdb9804',
710+
'phabricator-profile-css' => '33e6f703',
711711
'phabricator-project-tag-css' => '095c9404',
712712
'phabricator-remarkup-css' => '0923dbd6',
713713
'phabricator-search-results-css' => 'f240504c',

‎webroot/rsrc/css/application/profile/profile-view.css

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
padding: 12px 0;
1212
}
1313

14+
.device-phone .phabricator-project-layout .profile-feed {
15+
padding: 12px 8px;
16+
}
17+
1418
.profile-feed .phabricator-action-header-title {
1519
font-size: 16px;
1620
margin-bottom: 5px;
@@ -38,3 +42,8 @@
3842
float: none;
3943
margin: 0 8px;
4044
}
45+
46+
.device-desktop .phabricator-project-layout .profile-feed,
47+
.device-tablet .phabricator-project-layout .profile-feed {
48+
padding: 16px;
49+
}

0 commit comments

Comments
 (0)
Failed to load comments.