mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Clean up mobile spacing on info views in a column
Summary: When we have an info view in a column, the css isn't specific enough to override the core info-view css. Test Plan: Review an importing repository, see info view properly spaced. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16331
This commit is contained in:
parent
f5e801f358
commit
c6ba4272d7
2 changed files with 7 additions and 2 deletions
|
@ -156,7 +156,7 @@ return array(
|
|||
'rsrc/css/phui/phui-status.css' => 'd5263e49',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '6bbd83e2',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'bc523970',
|
||||
'rsrc/css/phui/phui-two-column-view.css' => '11c9ab96',
|
||||
'rsrc/css/phui/phui-two-column-view.css' => '5afdf637',
|
||||
'rsrc/css/phui/workboards/phui-workboard-color.css' => 'ac6fe6a7',
|
||||
'rsrc/css/phui/workboards/phui-workboard.css' => 'e6d89647',
|
||||
'rsrc/css/phui/workboards/phui-workcard.css' => '0c62d7c5',
|
||||
|
@ -864,7 +864,7 @@ return array(
|
|||
'phui-tag-view-css' => '6bbd83e2',
|
||||
'phui-theme-css' => '027ba77e',
|
||||
'phui-timeline-view-css' => 'bc523970',
|
||||
'phui-two-column-view-css' => '11c9ab96',
|
||||
'phui-two-column-view-css' => '5afdf637',
|
||||
'phui-workboard-color-css' => 'ac6fe6a7',
|
||||
'phui-workboard-view-css' => 'e6d89647',
|
||||
'phui-workcard-view-css' => '0c62d7c5',
|
||||
|
|
|
@ -203,6 +203,11 @@
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
.device .phui-two-column-view .phui-info-view {
|
||||
margin: 0 0 20px 0;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.phui-two-column-view .phui-side-column .phui-object-item-empty
|
||||
.phui-info-view {
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue