mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix feed action icons
Summary: Feed stories have the ability to attach actions, but they were broken Test Plan: review ui examples Reviewers: epriestley, btrahan Reviewed By: btrahan CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6621
This commit is contained in:
parent
999b47ca5c
commit
8e1dd430fd
2 changed files with 5 additions and 1 deletions
|
@ -3830,7 +3830,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-feed-story-css' =>
|
'phui-feed-story-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/7960f59a/rsrc/css/phui/phui-feed-story.css',
|
'uri' => '/res/6afac7dd/rsrc/css/phui/phui-feed-story.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -79,3 +79,7 @@
|
||||||
float: right;
|
float: right;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.phui-feed-story-action-list .phui-icon-view {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue