mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Make countdown embed width more forgiving
Summary: For smaller feed columns, make countdown embed attempt to fit. Test Plan: Narrow Feed Column on Dashboard. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13741
This commit is contained in:
parent
ebc3811bed
commit
504579850f
2 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ return array(
|
|||
'rsrc/css/application/conpherence/update.css' => 'faf6be09',
|
||||
'rsrc/css/application/conpherence/widget-pane.css' => '419fd50c',
|
||||
'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4',
|
||||
'rsrc/css/application/countdown/timer.css' => '3d1355ec',
|
||||
'rsrc/css/application/countdown/timer.css' => 'e7544472',
|
||||
'rsrc/css/application/daemon/bulk-job.css' => 'df9c1d4a',
|
||||
'rsrc/css/application/dashboard/dashboard.css' => 'eb458607',
|
||||
'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a',
|
||||
|
@ -722,7 +722,7 @@ return array(
|
|||
'phabricator-chatlog-css' => 'd295b020',
|
||||
'phabricator-content-source-view-css' => '4b8b05d4',
|
||||
'phabricator-core-css' => 'a76cefc9',
|
||||
'phabricator-countdown-css' => '3d1355ec',
|
||||
'phabricator-countdown-css' => 'e7544472',
|
||||
'phabricator-dashboard-css' => 'eb458607',
|
||||
'phabricator-drag-and-drop-file-upload' => '07de8873',
|
||||
'phabricator-draggable-list' => 'a16ec1c6',
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
background: #ffffff;
|
||||
}
|
||||
|
||||
.device-phone .phabricator-timer {
|
||||
.device .phabricator-timer {
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.phabricator-remarkup .phabricator-timer {
|
||||
width: 360px;
|
||||
max-width: 360px;
|
||||
margin: 0 0 12px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue