mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
b25b379ca0
Summary: The main change here is moving (compare, search, history) into buttons in the header bar on all browse views. This allows Directory Browsing to be full width, since there is no other curtain information. File, Image, LFS, Binary all stay in TwoColumn layouts with the same buttons in the header. Test Plan: Test viewing a directory, file, image, binary file, readme, and fake a gitlfs. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17766
13 lines
272 B
CSS
13 lines
272 B
CSS
/**
|
|
* @provides diffusion-repository-css
|
|
*/
|
|
|
|
.diffusion-page-header-view a.phui-header-action-link {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
|
|
.phui-box.phui-object-box.phui-box-blue-property
|
|
.diffusion-panel-header-view.phui-header-shell {
|
|
padding: 8px 4px 8px 16px;
|
|
}
|