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

Mobile Slowvote

Summary: Fixes T9180, removes the background color and wraps the text.

Test Plan: View on a shrunked Chrome.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9180

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

+12 -2
+2 -2
resources/celerity/map.php
··· 100 100 'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd', 101 101 'rsrc/css/application/releeph/releeph-request-typeahead.css' => '667a48ae', 102 102 'rsrc/css/application/search/search-results.css' => '7dea472c', 103 - 'rsrc/css/application/slowvote/slowvote.css' => '7c27f0f9', 103 + 'rsrc/css/application/slowvote/slowvote.css' => '475b4bd2', 104 104 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 105 105 'rsrc/css/application/uiexample/example.css' => '528b19de', 106 106 'rsrc/css/core/core.css' => 'a76cefc9', ··· 741 741 'phabricator-search-results-css' => '7dea472c', 742 742 'phabricator-shaped-request' => '7cbe244b', 743 743 'phabricator-side-menu-view-css' => 'bec2458e', 744 - 'phabricator-slowvote-css' => '7c27f0f9', 744 + 'phabricator-slowvote-css' => '475b4bd2', 745 745 'phabricator-source-code-view-css' => '5e0178de', 746 746 'phabricator-standard-page-view' => '4d176b67', 747 747 'phabricator-textareautils' => '5c93c52c',
+10
webroot/rsrc/css/application/slowvote/slowvote.css
··· 52 52 background-color: {$sh-bluebackground}; 53 53 } 54 54 55 + .device-phone .slowvote-bar { 56 + display: none; 57 + } 58 + 55 59 .slowvote-control-offset { 56 60 white-space: nowrap; 57 61 position: absolute; ··· 60 64 width: 100%; 61 65 color: {$darkbluetext}; 62 66 text-shadow: {$whitetextshadow}; 67 + } 68 + 69 + .device-phone .slowvote-control-offset { 70 + white-space: normal; 71 + position: static; 72 + padding: 0 4px 8px; 63 73 } 64 74 65 75 .slowvote-option-label-group {