mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Making the width of the phriction preview match the width of the actual content
Summary: Making the width of the phriction preview match the width of the actual content Test Plan: Edit a phriction article and see that the preview is the correct size Reviewers: chad, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5243 Differential Revision: https://secure.phabricator.com/D9351
This commit is contained in:
parent
52fb3eb5f4
commit
0a7618f8b8
2 changed files with 7 additions and 2 deletions
|
@ -125,7 +125,7 @@ return array(
|
|||
'rsrc/css/phui/calendar/phui-calendar.css' => '5e1ad989',
|
||||
'rsrc/css/phui/phui-box.css' => '7b3a2eed',
|
||||
'rsrc/css/phui/phui-button.css' => '1c771ff8',
|
||||
'rsrc/css/phui/phui-document.css' => '3b078dc0',
|
||||
'rsrc/css/phui/phui-document.css' => 'a5615198',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'e2c9bc83',
|
||||
'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a',
|
||||
'rsrc/css/phui/phui-form-view.css' => 'ed856191',
|
||||
|
@ -754,7 +754,7 @@ return array(
|
|||
'phui-calendar-day-css' => 'de035c8a',
|
||||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
'phui-calendar-month-css' => 'a92e47d2',
|
||||
'phui-document-view-css' => '3b078dc0',
|
||||
'phui-document-view-css' => 'a5615198',
|
||||
'phui-feed-story-css' => 'e2c9bc83',
|
||||
'phui-font-icon-base-css' => 'eb84f033',
|
||||
'phui-fontkit-css' => 'de84aa4a',
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
max-width: 800px;
|
||||
}
|
||||
|
||||
/* Fix so that Phriction Document preview is the same width as the document */
|
||||
.device-desktop .phui-remarkup-preview .phui-document-view {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
.phui-document-sidenav {
|
||||
position:absolute;
|
||||
width: 200px;
|
||||
|
|
Loading…
Reference in a new issue