mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
CSS - add two rules to cover UI elements in really small spaces
Summary: Fixes T7762. @chad noidea ...so feel free to reject immediately or otherwise tell me where / how these rules should live :D Test Plan: Used Chrome and Firefox to test display on narrowest as possible widths. Looks better! Reviewers: epriestley, chad Reviewed By: chad Subscribers: chad Maniphest Tasks: T7762 Differential Revision: https://secure.phabricator.com/D12303
This commit is contained in:
parent
a940e6a32d
commit
0d63c60848
2 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '559c85eb',
|
||||
'core.pkg.css' => 'f3793406',
|
||||
'core.pkg.js' => '6a4f677f',
|
||||
'darkconsole.pkg.js' => '8ab24e01',
|
||||
'differential.pkg.css' => '3500921f',
|
||||
|
@ -130,7 +130,7 @@ return array(
|
|||
'rsrc/css/phui/phui-document.css' => '0f83a7df',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '1fa79503',
|
||||
'rsrc/css/phui/phui-form-view.css' => '78d729fe',
|
||||
'rsrc/css/phui/phui-form-view.css' => '28062c92',
|
||||
'rsrc/css/phui/phui-form.css' => 'f535f938',
|
||||
'rsrc/css/phui/phui-header-view.css' => '083669db',
|
||||
'rsrc/css/phui/phui-icon.css' => 'd35aa857',
|
||||
|
@ -784,7 +784,7 @@ return array(
|
|||
'phui-font-icon-base-css' => '3dad2ae3',
|
||||
'phui-fontkit-css' => '1fa79503',
|
||||
'phui-form-css' => 'f535f938',
|
||||
'phui-form-view-css' => '78d729fe',
|
||||
'phui-form-view-css' => '28062c92',
|
||||
'phui-header-view-css' => '083669db',
|
||||
'phui-icon-view-css' => 'd35aa857',
|
||||
'phui-image-mask-css' => '5a8b09c8',
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
}
|
||||
|
||||
.device-phone .aphront-form-input,
|
||||
.device .aphront-form-input select,
|
||||
.device .aphront-form-input pre,
|
||||
.phui-form-full-width .aphront-form-input {
|
||||
margin-left: 0%;
|
||||
margin-right: 0%;
|
||||
|
|
Loading…
Reference in a new issue