mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Mobile tweaks to new PhameHome
Summary: Better color, space for Blog List. Test Plan: Review PhameHome at mobile, tablet and desktop breakpoints. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14749
This commit is contained in:
parent
3d14b76f4d
commit
30255fe420
2 changed files with 7 additions and 4 deletions
|
@ -82,7 +82,7 @@ return array(
|
|||
'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b',
|
||||
'rsrc/css/application/paste/paste.css' => 'a5157c48',
|
||||
'rsrc/css/application/people/people-profile.css' => '25970776',
|
||||
'rsrc/css/application/phame/phame.css' => '0b018205',
|
||||
'rsrc/css/application/phame/phame.css' => '164515da',
|
||||
'rsrc/css/application/pholio/pholio-edit.css' => '3ad9d1ee',
|
||||
'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49',
|
||||
'rsrc/css/application/pholio/pholio.css' => '95174bdd',
|
||||
|
@ -782,7 +782,7 @@ return array(
|
|||
'phabricator-uiexample-reactor-sendclass' => '1def2711',
|
||||
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
|
||||
'phabricator-zindex-css' => '57ddcaa2',
|
||||
'phame-css' => '0b018205',
|
||||
'phame-css' => '164515da',
|
||||
'pholio-css' => '95174bdd',
|
||||
'pholio-edit-css' => '3ad9d1ee',
|
||||
'pholio-inline-comments-css' => '8e545e49',
|
||||
|
|
|
@ -55,8 +55,11 @@
|
|||
}
|
||||
|
||||
.device .phame-blog-list {
|
||||
background-color: #fff;
|
||||
padding: 8px;
|
||||
padding: 16px 8px;
|
||||
background-color: #F1F1F4;
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
border-bottom: 1px solid {$lightblueborder};
|
||||
}
|
||||
|
||||
.phame-blog-list-item:last-child {
|
||||
|
|
Loading…
Reference in a new issue