Skip to content

Commit 391fb4b

Browse files
created indentation in main signatures
1 parent d8b6fcf commit 391fb4b

File tree

1 file changed

+9
-1
lines changed
  • scaladoc/resources/dotty_res/styles/theme/layout

1 file changed

+9
-1
lines changed

scaladoc/resources/dotty_res/styles/theme/layout/content.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ main :is(ul, ol) li .snippet {
482482
background-color: var(--action-primary-background-default-solid);
483483
padding: calc(3 * var(--base-spacing));
484484
border-radius: 4px;
485+
padding-left: 40px;
486+
text-indent: -16px;
485487
}
486488

487489
#content > div > * {
@@ -544,7 +546,13 @@ main :is(ul, ol) li .snippet {
544546
display: block;
545547
}
546548

547-
.member-group-header,
549+
.member-group-header{
550+
height: 80px;
551+
display: flex;
552+
align-items: center;
553+
}
554+
555+
548556
.documentableList-expander {
549557
display: flex;
550558
cursor: pointer;

0 commit comments

Comments
 (0)