mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Move ToC 4px in documentproview
Summary: Fixes T12637. Test Plan: Reload page, see wider button. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12637 Differential Revision: https://secure.phabricator.com/D17790
This commit is contained in:
parent
9509bd1c7f
commit
279816683b
2 changed files with 4 additions and 4 deletions
|
@ -146,7 +146,7 @@ return array(
|
|||
'rsrc/css/phui/phui-comment-panel.css' => 'f50152ad',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => '6ece3bbb',
|
||||
'rsrc/css/phui/phui-curtain-view.css' => '679743bb',
|
||||
'rsrc/css/phui/phui-document-pro.css' => 'f56738ed',
|
||||
'rsrc/css/phui/phui-document-pro.css' => '62c4dcbf',
|
||||
'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf',
|
||||
'rsrc/css/phui/phui-document.css' => 'c32e8dec',
|
||||
'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9',
|
||||
|
@ -853,7 +853,7 @@ return array(
|
|||
'phui-curtain-view-css' => '679743bb',
|
||||
'phui-document-summary-view-css' => '9ca48bdf',
|
||||
'phui-document-view-css' => 'c32e8dec',
|
||||
'phui-document-view-pro-css' => 'f56738ed',
|
||||
'phui-document-view-pro-css' => '62c4dcbf',
|
||||
'phui-feed-story-css' => '44a9c8e9',
|
||||
'phui-font-icon-base-css' => '870a7360',
|
||||
'phui-fontkit-css' => '1320ed01',
|
||||
|
|
|
@ -74,7 +74,7 @@ body.printable {
|
|||
a.button.phui-document-toc {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
width: 20px;
|
||||
padding: 3px 8px 4px 8px;
|
||||
}
|
||||
|
||||
|
@ -88,7 +88,7 @@ a.button.phui-document-toc {
|
|||
z-index: 30;
|
||||
background-color: #fff;
|
||||
top: 52px;
|
||||
left: -44px;
|
||||
left: -40px;
|
||||
}
|
||||
|
||||
.device .phui-document-view-pro .phui-document-toc {
|
||||
|
|
Loading…
Reference in a new issue