diff --git a/resources/celerity/map.php b/resources/celerity/map.php --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -100,7 +100,7 @@ 'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd', 'rsrc/css/application/releeph/releeph-request-typeahead.css' => '667a48ae', 'rsrc/css/application/search/search-results.css' => '7dea472c', - 'rsrc/css/application/slowvote/slowvote.css' => '7c27f0f9', + 'rsrc/css/application/slowvote/slowvote.css' => '475b4bd2', 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 'rsrc/css/application/uiexample/example.css' => '528b19de', 'rsrc/css/core/core.css' => 'a76cefc9', @@ -741,7 +741,7 @@ 'phabricator-search-results-css' => '7dea472c', 'phabricator-shaped-request' => '7cbe244b', 'phabricator-side-menu-view-css' => 'bec2458e', - 'phabricator-slowvote-css' => '7c27f0f9', + 'phabricator-slowvote-css' => '475b4bd2', 'phabricator-source-code-view-css' => '5e0178de', 'phabricator-standard-page-view' => '4d176b67', 'phabricator-textareautils' => '5c93c52c', diff --git a/webroot/rsrc/css/application/slowvote/slowvote.css b/webroot/rsrc/css/application/slowvote/slowvote.css --- a/webroot/rsrc/css/application/slowvote/slowvote.css +++ b/webroot/rsrc/css/application/slowvote/slowvote.css @@ -52,6 +52,10 @@ background-color: {$sh-bluebackground}; } +.device-phone .slowvote-bar { + display: none; +} + .slowvote-control-offset { white-space: nowrap; position: absolute; @@ -62,6 +66,12 @@ text-shadow: {$whitetextshadow}; } +.device-phone .slowvote-control-offset { + white-space: normal; + position: static; + padding: 0 4px 8px; +} + .slowvote-option-label-group { margin: 0 0 12px; }