We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917c535 commit a9e37f5Copy full SHA for a9e37f5
scala3doc/resources/dotty_res/styles/scalastyle.css
@@ -126,6 +126,9 @@ th {
126
height: 100%;
127
font-size: var(--leftbar-font-size);
128
}
129
+#paneSearch {
130
+ display: none;
131
+}
132
#logo {
133
background-size: contain;
134
background-repeat: no-repeat;
scala3doc/src/dotty/renderers/ScalaHtmlRenderer.scala
@@ -233,6 +233,7 @@ class ScalaHtmlRenderer(ctx: DokkaContext) extends SiteRenderer(ctx) {
233
div(id := "container")(
234
div(id := "leftColumn")(
235
div(id := "logo"),
236
+ div(id := "paneSearch"),
237
nav(id := "sideMenu"),
238
),
239
div(id := "main")(
0 commit comments