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

Better CSS for mobile workboards

Summary: Fixes T8964 and a few other details. Cards float to 100%, headers too, policy moved to it's own line.

Test Plan: Mobile workboards at 320 and 360px wide.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8964

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

+15 -4
+4 -4
resources/celerity/map.php
··· 152 152 'rsrc/css/phui/phui-tag-view.css' => '402691cc', 153 153 'rsrc/css/phui/phui-text.css' => 'cf019f54', 154 154 'rsrc/css/phui/phui-timeline-view.css' => 'f1bccf73', 155 - 'rsrc/css/phui/phui-workboard-view.css' => '6a20991a', 156 - 'rsrc/css/phui/phui-workpanel-view.css' => '8cebb2b1', 155 + 'rsrc/css/phui/phui-workboard-view.css' => '6704d68d', 156 + 'rsrc/css/phui/phui-workpanel-view.css' => 'adec7699', 157 157 'rsrc/css/sprite-login.css' => '1ebb9bf9', 158 158 'rsrc/css/sprite-main-header.css' => 'f07bbb87', 159 159 'rsrc/css/sprite-menu.css' => '9dd65b92', ··· 808 808 'phui-text-css' => 'cf019f54', 809 809 'phui-theme-css' => '6b451f24', 810 810 'phui-timeline-view-css' => 'f1bccf73', 811 - 'phui-workboard-view-css' => '6a20991a', 812 - 'phui-workpanel-view-css' => '8cebb2b1', 811 + 'phui-workboard-view-css' => '6704d68d', 812 + 'phui-workpanel-view-css' => 'adec7699', 813 813 'phuix-action-list-view' => 'b5c256b8', 814 814 'phuix-action-view' => '8cf6d262', 815 815 'phuix-dropdown-menu' => 'bd4c8dca',
+6
webroot/rsrc/css/phui/phui-workboard-view.css
··· 129 129 padding: 0 8px; 130 130 } 131 131 132 + .device-phone .project-board-header .phui-header-subheader { 133 + display: block; 134 + margin: 8px 0 2px 0; 135 + padding: 0; 136 + } 137 + 132 138 .device-desktop .phabricator-icon-nav.project-board-nav 133 139 .phabricator-nav-local { 134 140 margin-top: 64px;
+5
webroot/rsrc/css/phui/phui-workpanel-view.css
··· 90 90 width: 300px; 91 91 } 92 92 93 + .device-phone .aphront-multi-column-fixed .phui-workpanel-view, 94 + .device-phone .phui-workpanel-view .phui-header-shell { 95 + width: auto; 96 + } 97 + 93 98 .phui-workpanel-body .phui-object-item-list-view { 94 99 min-height: 54px; 95 100 }