mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
[Redesign] Minor CSS polish in Feed Story
Summary: Ref T8099, Remove final border, break words in titles. Test Plan: See line vanish before my eyes! Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13491
This commit is contained in:
parent
f2f168cceb
commit
1b9659d245
2 changed files with 8 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '699e02b0',
|
||||
'core.pkg.css' => '7913d525',
|
||||
'core.pkg.js' => 'a590b451',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => 'cf384ffa',
|
||||
|
@ -130,7 +130,7 @@ return array(
|
|||
'rsrc/css/phui/phui-button.css' => 'e9ea9260',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => 'ce840ec2',
|
||||
'rsrc/css/phui/phui-document.css' => '3eb3b3e3',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c70d2dd9',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c7d8113a',
|
||||
'rsrc/css/phui/phui-fontkit.css' => 'cb8ae7ad',
|
||||
'rsrc/css/phui/phui-form-view.css' => '621b21c5',
|
||||
'rsrc/css/phui/phui-form.css' => '17ce37a9',
|
||||
|
@ -772,7 +772,7 @@ return array(
|
|||
'phui-calendar-month-css' => '476be7e0',
|
||||
'phui-crumbs-view-css' => 'ce840ec2',
|
||||
'phui-document-view-css' => '3eb3b3e3',
|
||||
'phui-feed-story-css' => 'c70d2dd9',
|
||||
'phui-feed-story-css' => 'c7d8113a',
|
||||
'phui-font-icon-base-css' => '3dad2ae3',
|
||||
'phui-fontkit-css' => 'cb8ae7ad',
|
||||
'phui-form-css' => '17ce37a9',
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
border-bottom: 1px solid {$thinblueborder};
|
||||
}
|
||||
|
||||
.phui-object-box .phui-box.phui-feed-story:last-child {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.phui-feed-story-head .phui-feed-story-actor-image {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
|
@ -21,6 +25,7 @@
|
|||
overflow: hidden;
|
||||
color: {$greytext};
|
||||
line-height: 16px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.phui-feed-story-head .phui-link-person {
|
||||
|
|
Loading…
Reference in a new issue