mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
01885cad1c
Summary: - Fix spacing on InfoView inside collasped boxes - Fix spacing on stacked PropertyLists in TwoColumn - Fix spacing on Readmes on Tablets - Fix unset variable on importing commits Test Plan: Review each of the above cases. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15496
14 lines
306 B
CSS
14 lines
306 B
CSS
/**
|
|
* @provides diffusion-readme-css
|
|
*/
|
|
|
|
.device .diffusion-readme-view .phui-document-fluid .phui-document-view,
|
|
.device-desktop .diffusion-readme-view .phui-document-fluid
|
|
.phui-document-view {
|
|
margin: 0;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.diffusion-readme-view .phui-document-container {
|
|
border: none;
|
|
}
|