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

Make workboard CSS aware of the durable column

Summary: Fixes T8246. Workboards needed a tweak after the native-scrollbar compromise.

Test Plan: Viewed workboards with column open/closed, saw workspace size correctly.

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T8246

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

+10 -2
+2 -2
resources/celerity/map.php
··· 151 151 'rsrc/css/phui/phui-tag-view.css' => '402691cc', 152 152 'rsrc/css/phui/phui-text.css' => 'cf019f54', 153 153 'rsrc/css/phui/phui-timeline-view.css' => 'a85542c8', 154 - 'rsrc/css/phui/phui-workboard-view.css' => '3279cbbf', 154 + 'rsrc/css/phui/phui-workboard-view.css' => '5c4c53e9', 155 155 'rsrc/css/phui/phui-workpanel-view.css' => 'e495a5cc', 156 156 'rsrc/css/sprite-gradient.css' => '4bdb98a7', 157 157 'rsrc/css/sprite-login.css' => 'a3526809', ··· 788 788 'phui-tag-view-css' => '402691cc', 789 789 'phui-text-css' => 'cf019f54', 790 790 'phui-timeline-view-css' => 'a85542c8', 791 - 'phui-workboard-view-css' => '3279cbbf', 791 + 'phui-workboard-view-css' => '5c4c53e9', 792 792 'phui-workpanel-view-css' => 'e495a5cc', 793 793 'phuix-action-list-view' => 'b5c256b8', 794 794 'phuix-action-view' => '8cf6d262',
+8
webroot/rsrc/css/phui/phui-workboard-view.css
··· 19 19 top: 148px; 20 20 } 21 21 22 + .device-desktop.with-durable-column .phui-workboard-view-shadow { 23 + right: 300px; 24 + } 25 + 26 + .device-desktop.with-durable-margin .phui-workboard-view-shadow { 27 + right: 312px; 28 + } 29 + 22 30 .phui-workboard-view-shadow::-webkit-scrollbar { 23 31 height: 12px; 24 32 width: 12px;