1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix first new edited message in full Conpherence spacing

Summary: In new Conpherences, add some padding to the conpherence-edited rule if it's the first child of conpherence-messages.

Test Plan: Test a new Conpherence

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12175
This commit is contained in:
Chad Little 2015-03-26 13:40:42 -07:00
parent d2e59b2289
commit 9005ce4e9f
2 changed files with 6 additions and 2 deletions

View file

@ -46,7 +46,7 @@ return array(
'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2',
'rsrc/css/application/conpherence/durable-column.css' => 'e11b2fbc',
'rsrc/css/application/conpherence/menu.css' => '9b37a261',
'rsrc/css/application/conpherence/message-pane.css' => '0c4dfb6f',
'rsrc/css/application/conpherence/message-pane.css' => '69ff6e0f',
'rsrc/css/application/conpherence/notification.css' => '04a6e10a',
'rsrc/css/application/conpherence/update.css' => '1099a660',
'rsrc/css/application/conpherence/widget-pane.css' => '1979ee8c',
@ -515,7 +515,7 @@ return array(
'config-welcome-css' => '6abd79be',
'conpherence-durable-column-view' => 'e11b2fbc',
'conpherence-menu-css' => '9b37a261',
'conpherence-message-pane-css' => '0c4dfb6f',
'conpherence-message-pane-css' => '69ff6e0f',
'conpherence-notification-css' => '04a6e10a',
'conpherence-thread-manager' => 'bb928342',
'conpherence-update-css' => '1099a660',

View file

@ -60,6 +60,10 @@
-webkit-overflow-scrolling: touch;
}
.conpherence-messages > .conpherence-edited:first-child {
padding-top: 20px;
}
.device .conpherence-message-pane .conpherence-messages {
left: 0;
right: 0;