mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-11 03:44:48 +01:00
Better tag spacing on mobile
Summary: Fixes T3574, adds better tag spacing. Test Plan: Test objects with many, varied word tags. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T3574 Differential Revision: https://secure.phabricator.com/D10195
This commit is contained in:
parent
abfff87f26
commit
21234be19d
2 changed files with 4 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '519e8478',
|
||||
'core.pkg.css' => 'b2f083b2',
|
||||
'core.pkg.js' => 'eb8d4f82',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '4a93db37',
|
||||
|
@ -141,7 +141,7 @@ return array(
|
|||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||
'rsrc/css/phui/phui-status.css' => '2f562399',
|
||||
'rsrc/css/phui/phui-tag-view.css' => 'bf4fdc69',
|
||||
'rsrc/css/phui/phui-tag-view.css' => 'c4158073',
|
||||
'rsrc/css/phui/phui-text.css' => '23e9b4b7',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'bbd990d0',
|
||||
'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00',
|
||||
|
@ -791,7 +791,7 @@ return array(
|
|||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
'phui-spacing-css' => '042804d6',
|
||||
'phui-status-list-view-css' => '2f562399',
|
||||
'phui-tag-view-css' => 'bf4fdc69',
|
||||
'phui-tag-view-css' => 'c4158073',
|
||||
'phui-text-css' => '23e9b4b7',
|
||||
'phui-timeline-view-css' => 'bbd990d0',
|
||||
'phui-workboard-view-css' => '2bf82d00',
|
||||
|
|
|
@ -339,9 +339,5 @@ a.phui-tag-view:hover.phui-tag-shade-disabled .phui-tag-core {
|
|||
|
||||
.phui-object-item .phabricator-handle-tag-list-item {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.phui-object-item .phabricator-handle-tag-list-item +
|
||||
.phabricator-handle-tag-list-item {
|
||||
margin: 0 0 0 4px;
|
||||
margin: 0 4px 2px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue