mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix mobile layout of calendar on profiles
Summary: It should have the consistant 8px gutter. Test Plan: Reload profile at mobile breakpoints. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9521
This commit is contained in:
parent
fefe5ae27c
commit
1676a4eece
2 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ return array(
|
|||
'rsrc/css/application/ponder/feed.css' => 'e62615b6',
|
||||
'rsrc/css/application/ponder/post.css' => 'ebab8a70',
|
||||
'rsrc/css/application/ponder/vote.css' => '8ed6ed8b',
|
||||
'rsrc/css/application/profile/profile-view.css' => '33e6f703',
|
||||
'rsrc/css/application/profile/profile-view.css' => '91c6dd26',
|
||||
'rsrc/css/application/projects/project-icon.css' => 'c2ecb7f1',
|
||||
'rsrc/css/application/projects/project-tag.css' => '095c9404',
|
||||
'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733',
|
||||
|
@ -714,7 +714,7 @@ return array(
|
|||
'phabricator-object-selector-css' => '029a133d',
|
||||
'phabricator-phtize' => 'd254d646',
|
||||
'phabricator-prefab' => '41ed7994',
|
||||
'phabricator-profile-css' => '33e6f703',
|
||||
'phabricator-profile-css' => '91c6dd26',
|
||||
'phabricator-project-tag-css' => '095c9404',
|
||||
'phabricator-remarkup-css' => '864d4f5e',
|
||||
'phabricator-search-results-css' => 'f240504c',
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
.device-phone .profile-activity-view .profile-calendar {
|
||||
float: none;
|
||||
margin: 0;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.device-phone .profile-activity-view .profile-feed {
|
||||
|
|
Loading…
Reference in a new issue