mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
36892cfe10
Summary: Use standard 16px Test Plan: reload feed, now aligns with search Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8038
53 lines
862 B
CSS
53 lines
862 B
CSS
/**
|
|
* @provides phabricator-feed-css
|
|
*/
|
|
|
|
.phabricator-feed-frame {
|
|
margin: 20px 10px;
|
|
}
|
|
|
|
.phabricator-public-feed-frame {
|
|
margin: 10px;
|
|
max-width: 600px;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.phabricator-feed-frame .phabricator-action-header-title {
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.device-desktop .phabricator-feed-frame {
|
|
max-width: 600px;
|
|
margin: 16px;
|
|
}
|
|
|
|
.phabricator-feed-frame .phabricator-action-header {
|
|
padding: 0;
|
|
}
|
|
|
|
.phabricator-feed-story-date-separator {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.phabricator-feed-newer-link {
|
|
float: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phabricator-feed-older-link {
|
|
float: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phabricator-public-feed-frame .phui-feed-story-foot {
|
|
background: none;
|
|
}
|
|
|
|
.phabricator-public-feed-frame .phui-feed-story {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.phabricator-public-feed-frame .phui-feed-wrap {
|
|
border: none;
|
|
}
|