@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Day min-height on mobile month calendar should be shorter.

Summary: Closes T8190, Day min-height on mobile month calendar should be shorter.

Test Plan: Mobile view of month view should fit on a mobile screen.

Reviewers: chad, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8190

Differential Revision: https://secure.phabricator.com/D12847

+5 -5
+2 -2
resources/celerity/map.php
··· 122 122 'rsrc/css/layout/phabricator-source-code-view.css' => '2ceee894', 123 123 'rsrc/css/phui/calendar/phui-calendar-day.css' => '38891735', 124 124 'rsrc/css/phui/calendar/phui-calendar-list.css' => 'c1d0ca59', 125 - 'rsrc/css/phui/calendar/phui-calendar-month.css' => 'e7ee38c6', 125 + 'rsrc/css/phui/calendar/phui-calendar-month.css' => '3150cfbf', 126 126 'rsrc/css/phui/calendar/phui-calendar.css' => '8675968e', 127 127 'rsrc/css/phui/phui-action-header-view.css' => '89c497e7', 128 128 'rsrc/css/phui/phui-action-list.css' => '4f4d09f2', ··· 763 763 'phui-calendar-css' => '8675968e', 764 764 'phui-calendar-day-css' => '38891735', 765 765 'phui-calendar-list-css' => 'c1d0ca59', 766 - 'phui-calendar-month-css' => 'e7ee38c6', 766 + 'phui-calendar-month-css' => '3150cfbf', 767 767 'phui-crumbs-view-css' => '594d719e', 768 768 'phui-document-view-css' => '94d5dcd8', 769 769 'phui-feed-story-css' => 'c9f3a0b5',
+3 -3
webroot/rsrc/css/phui/calendar/phui-calendar-month.css
··· 31 31 } 32 32 33 33 .device .phui-calendar-month-event-list .phui-calendar-month-cell-div { 34 - min-height: 60px; 34 + min-height: 32px; 35 35 } 36 36 37 37 a.phui-calendar-month-secret-link { ··· 58 58 .device .phui-calendar-month-event-count { 59 59 display: block; 60 60 text-align: center; 61 - padding-top: 12px; 61 + padding-top: 8px; 62 62 } 63 63 64 64 .phui-calendar-month-event-count .phui-calendar-month-count-badge { ··· 69 69 border-radius: 50%; 70 70 text-align: center; 71 71 vertical-align: middle; 72 - padding: 5px 3px 0px 3px; 72 + padding: 4px 2px 0px 2px; 73 73 margin: 0 auto; 74 74 } 75 75