@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.

Tweaking css to better accomodate month view week numbers on mobile.

Summary: Fixes T8249, Tweaking css to better accomodate month view week numbers on mobile.

Test Plan: Open month view on mobile and observe that week and day numbers are aligned.

Reviewers: chad, epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T8249

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

+9 -4
+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' => '3b4a65d8', 124 124 'rsrc/css/phui/calendar/phui-calendar-list.css' => '3e713fc7', 125 - 'rsrc/css/phui/calendar/phui-calendar-month.css' => '7cf00f61', 125 + 'rsrc/css/phui/calendar/phui-calendar-month.css' => '017a953b', 126 126 'rsrc/css/phui/calendar/phui-calendar.css' => '8345be98', 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' => '8345be98', 764 764 'phui-calendar-day-css' => '3b4a65d8', 765 765 'phui-calendar-list-css' => '3e713fc7', 766 - 'phui-calendar-month-css' => '7cf00f61', 766 + 'phui-calendar-month-css' => '017a953b', 767 767 'phui-crumbs-view-css' => '594d719e', 768 768 'phui-document-view-css' => '94d5dcd8', 769 769 'phui-feed-story-css' => 'c9f3a0b5',
+7 -2
webroot/rsrc/css/phui/calendar/phui-calendar-month.css
··· 98 98 color: {$lightgreyborder}; 99 99 padding: 4px; 100 100 display: inline-block; 101 - min-width: 16px; 101 + width: 16px; 102 102 text-align: center; 103 103 float: left; 104 104 } ··· 107 107 color: {$lightgreytext}; 108 108 padding: 4px; 109 109 display: inline-block; 110 - min-width: 16px; 110 + width: 16px; 111 111 text-align: center; 112 + } 113 + 114 + .device table.phui-calendar-view a.phui-calendar-week-number, 115 + .device table.phui-calendar-view a.phui-calendar-date-number { 116 + width: 12px; 112 117 } 113 118 114 119 table.phui-calendar-view td.phui-calendar-date-number-container {