@@ -69,15 +69,6 @@ section.wy-nav-content-wrap,
6969 background-color : # f3f6f6 ;
7070}
7171
72- /* Home / quickstart workflow table — no horizontal scroll wrapper. */
73- .wy-nav-content .wy-table-responsive : has (.workflow-choice-table ) {
74- overflow : visible;
75- }
76-
77- .wy-nav-content .workflow-choice-table {
78- width : 100% ;
79- }
80-
8172/* Breadcrumbs sit on the dark canvas, outside the light panel. */
8273.wy-nav-content-wrap .wy-breadcrumbs li ,
8374.wy-nav-content-wrap .wy-breadcrumbs li a {
@@ -112,11 +103,21 @@ section.wy-nav-content-wrap,
112103 box-shadow : 0 2px 12px rgba (0 , 0 , 0 , 0.12 );
113104}
114105
106+ /* Dialog screenshots: intrinsic size (65% cap applies to main window only). */
107+ .rst-content img .screenshot-dialog ,
108+ .wy-nav-content img .screenshot-dialog {
109+ display : block;
110+ width : auto !important ;
111+ max-width : none;
112+ height : auto;
113+ margin-inline : auto;
114+ border-radius : 4px ;
115+ box-shadow : 0 2px 12px rgba (0 , 0 , 0 , 0.12 );
116+ }
117+
115118/* Home-page logo keeps its explicit :width: from RST. */
116119.rst-content img [src *= "logo.png" ],
117- .rst-content img [src *= "logo_docs.png" ],
118- .wy-nav-content img [src *= "logo.png" ],
119- .wy-nav-content img [src *= "logo_docs.png" ] {
120+ .wy-nav-content img [src *= "logo.png" ] {
120121 max-width : none;
121122 box-shadow : none;
122123}
0 commit comments