mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-24 21:48:21 +01:00
Tweak mobile timeline
Summary: Improves timeline legebility by pulling date inline with title in timeline mobile. Test Plan: shrink screen for a task, see new layout Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D7236
This commit is contained in:
parent
7dde01df76
commit
ae27ce0f7d
2 changed files with 3 additions and 3 deletions
|
@ -3474,7 +3474,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-timeline-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/49ac2513/rsrc/css/layout/phabricator-timeline-view.css',
|
||||
'uri' => '/res/d139291d/rsrc/css/layout/phabricator-timeline-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -154,9 +154,9 @@
|
|||
}
|
||||
|
||||
.device .phabricator-timeline-extra {
|
||||
display: block;
|
||||
text-align: right;
|
||||
display: inline-block;
|
||||
line-height: 16px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.phabricator-timeline-red .phabricator-timeline-border {
|
||||
|
|
Loading…
Add table
Reference in a new issue