Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2680791
D25790.1734624376.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
2 KB
Referenced Files
None
Subscribers
None
D25790.1734624376.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -149,7 +149,7 @@
'rsrc/css/phui/phui-crumbs-view.css' => '614f43cf',
'rsrc/css/phui/phui-curtain-object-ref-view.css' => '51d93266',
'rsrc/css/phui/phui-curtain-view.css' => '68c5efb6',
- 'rsrc/css/phui/phui-document-pro.css' => 'b9613a10',
+ 'rsrc/css/phui/phui-document-pro.css' => 'ec7031a9',
'rsrc/css/phui/phui-document-summary.css' => 'b068eed1',
'rsrc/css/phui/phui-document.css' => '52b748a5',
'rsrc/css/phui/phui-feed-story.css' => 'a0c05029',
@@ -843,7 +843,7 @@
'phui-curtain-view-css' => '68c5efb6',
'phui-document-summary-view-css' => 'b068eed1',
'phui-document-view-css' => '52b748a5',
- 'phui-document-view-pro-css' => 'b9613a10',
+ 'phui-document-view-pro-css' => 'ec7031a9',
'phui-feed-story-css' => 'a0c05029',
'phui-font-icon-base-css' => '303c9b87',
'phui-fontkit-css' => '1ec937e5',
diff --git a/webroot/rsrc/css/phui/phui-document-pro.css b/webroot/rsrc/css/phui/phui-document-pro.css
--- a/webroot/rsrc/css/phui/phui-document-pro.css
+++ b/webroot/rsrc/css/phui/phui-document-pro.css
@@ -303,3 +303,78 @@
.phui-document-foot-content {
margin: 64px 0 32px;
}
+
+@media (min-width: 1792px) {
+ div.phui-document-view.phui-document-view-pro.has-curtain {
+ max-width: 1332px;
+ left: 50px;
+ }
+
+ .device-desktop div.phui-document-view.phui-document-view-pro.has-curtain
+ div.phui-document-content-outer {
+ width: 1332px;
+ }
+
+ div.phui-document-content {
+ margin-left: -200px;
+ }
+
+ div.phui-document-curtain {
+ top: 130px;
+ position: sticky;
+ right: 15%;
+ }
+
+ div.phui-document-content-outer,
+ div.phui-document-view.phui-document-view-pro
+ div.phui-header-shell.phui-header-tall {
+ margin-left: 300px;
+ }
+
+ div.phui-document-toc-container > a.phui-document-toc {
+ display: none;
+ }
+
+ .device-desktop div.phui-document-inner {
+ overflow: inherit;
+ }
+
+ div.phui-list-sidenav.phui-document-toc-list {
+ top: -16px;
+ margin-top: 23px;
+ box-shadow: 0px 0px;
+ overflow-y: auto;
+ max-height: calc(100vh - 120px);
+ border: solid 1px {$lightgreyborder};
+ }
+
+ div.has-curtain div.phui-list-sidenav.phui-document-toc-list {
+ left: -185px;
+ margin-left: 175px;
+ }
+
+ .device-desktop .has-curtain div.phui-document-content-view {
+ display: block;
+ }
+
+ div.phui-document-container {
+ position: relative;
+ }
+
+ div.phui-document-toc-container {
+ position: sticky;
+ left: 0px;
+ top: 0;
+ margin-left: 32px;
+ }
+
+ div.phui-list-sidenav.phui-document-toc-list {
+ display: block;
+ }
+
+ div.phui-document-view-pro div.phui-document-toc-content li a {
+ white-space: break-spaces;
+ text-indent: -10px;
+ padding-left: 10px;
+ }
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 16:06 (10 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015057
Default Alt Text
D25790.1734624376.diff (2 KB)
Attached To
Mode
D25790: Show table of contents by default on wide screens
Attached
Detach File
Event Timeline
Log In to Comment