1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-14 00:31:05 +01:00

Don't set feed width on chromeless page

Summary: Otherwise browser displays horizontal scrollbar at http://phabricator.org/.

Test Plan:
Add this rule in Firebug and display http://phabricator.org/.

/feed/

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2173
This commit is contained in:
vrana 2012-04-09 15:07:38 -07:00
parent 32d2395a45
commit e69c8abc15
2 changed files with 5 additions and 1 deletions

View file

@ -1971,7 +1971,7 @@ celerity_register_resource_map(array(
),
'phabricator-feed-css' =>
array(
'uri' => '/res/e4bf27b5/rsrc/css/application/feed/feed.css',
'uri' => '/res/8ddc1d44/rsrc/css/application/feed/feed.css',
'type' => 'css',
'requires' =>
array(

View file

@ -7,6 +7,10 @@
padding: 1em;
}
.phabricator-chromeless-page .phabricator-feed-frame {
width: auto;
}
.phabricator-feed-story {
padding-left: 64px;
margin: .5em 0 1em;