mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Better align timeline mobile
Summary: Uses the standard 8px mobile gutter Test Plan: review a task on mobile Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin, chad Differential Revision: https://secure.phabricator.com/D8647
This commit is contained in:
parent
213eea7bdd
commit
af3dd4c512
2 changed files with 8 additions and 4 deletions
|
@ -148,7 +148,7 @@ return array(
|
|||
'rsrc/css/phui/phui-status.css' => '2f562399',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '295d81c4',
|
||||
'rsrc/css/phui/phui-text.css' => '23e9b4b7',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'f6c99ec3',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'e4365976',
|
||||
'rsrc/css/phui/phui-workboard-view.css' => 'bf70dd2e',
|
||||
'rsrc/css/phui/phui-workpanel-view.css' => '97b69459',
|
||||
'rsrc/css/sprite-actions.css' => '969ad0e5',
|
||||
|
@ -764,7 +764,7 @@ return array(
|
|||
'phui-status-list-view-css' => '2f562399',
|
||||
'phui-tag-view-css' => '295d81c4',
|
||||
'phui-text-css' => '23e9b4b7',
|
||||
'phui-timeline-view-css' => 'f6c99ec3',
|
||||
'phui-timeline-view-css' => 'e4365976',
|
||||
'phui-workboard-view-css' => 'bf70dd2e',
|
||||
'phui-workpanel-view-css' => '97b69459',
|
||||
'policy-css' => '957ea14c',
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
.device-phone .phui-timeline-view {
|
||||
padding: 0;
|
||||
background-position: 20px;
|
||||
background-position: 24px;
|
||||
}
|
||||
|
||||
.phui-timeline-major-event .phui-timeline-group {
|
||||
|
@ -166,7 +166,7 @@
|
|||
}
|
||||
|
||||
.device-phone .phui-timeline-event-view {
|
||||
margin: 0 4px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.device .phui-timeline-image {
|
||||
|
@ -299,3 +299,7 @@
|
|||
padding: 12px;
|
||||
color: {$darkgreytext};
|
||||
}
|
||||
|
||||
.device-phone .phui-timeline-older-transactions-are-hidden {
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue