mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Center button icons when on mobile displays
Summary: Fixes T8885. This view is restricted enough on mobile that we can widen and center the icon. Test Plan: Test workboards, pinning apps, viewing action menus. Reviewers: btrahan, joshuaspence, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8885 Differential Revision: https://secure.phabricator.com/D13647
This commit is contained in:
parent
cc1b30dee7
commit
cee3cde824
2 changed files with 8 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '25bc8257',
|
||||
'core.pkg.css' => '5b0a985d',
|
||||
'core.pkg.js' => 'a590b451',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => '9451634c',
|
||||
|
@ -135,7 +135,7 @@ return array(
|
|||
'rsrc/css/phui/phui-fontkit.css' => 'cb8ae7ad',
|
||||
'rsrc/css/phui/phui-form-view.css' => '621b21c5',
|
||||
'rsrc/css/phui/phui-form.css' => 'afdb2c6e',
|
||||
'rsrc/css/phui/phui-header-view.css' => '87fd6d74',
|
||||
'rsrc/css/phui/phui-header-view.css' => '55bb32dd',
|
||||
'rsrc/css/phui/phui-icon.css' => 'b0a6b1b6',
|
||||
'rsrc/css/phui/phui-image-mask.css' => '5a8b09c8',
|
||||
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
||||
|
@ -789,7 +789,7 @@ return array(
|
|||
'phui-fontkit-css' => 'cb8ae7ad',
|
||||
'phui-form-css' => 'afdb2c6e',
|
||||
'phui-form-view-css' => '621b21c5',
|
||||
'phui-header-view-css' => '87fd6d74',
|
||||
'phui-header-view-css' => '55bb32dd',
|
||||
'phui-icon-view-css' => 'b0a6b1b6',
|
||||
'phui-image-mask-css' => '5a8b09c8',
|
||||
'phui-info-panel-css' => '27ea50a1',
|
||||
|
|
|
@ -104,6 +104,11 @@ body .phui-header-shell.phui-bleed-header
|
|||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.device-phone .phui-header-action-link.button .phui-icon-view {
|
||||
width: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.phui-header-divider {
|
||||
margin: 0 4px;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue