Skip to content

Commit b21b275

Browse files
committed
add review changes
1 parent 426c0f4 commit b21b275

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scaladoc/resources/dotty_res/styles/theme/components/button/icon-button.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
cursor: pointer;
55
outline: none !important;
66
padding: 0;
7+
height: 16px;
8+
width: 16px;
79
}
810

911
.icon-button::after {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
padding: calc(3 * var(--base-spacing)) 0px;
66
position: absolute;
77
width: calc(39 * var(--base-spacing));
8-
height: calc(100% - var(--header-height) - (13 * var(--base-spacing)));
8+
height: calc(100% - var(--header-height) - (12 * var(--base-spacing)));
99
left: 0px;
1010
top: calc(8 * var(--base-spacing));
1111
background: var(--background-default);

0 commit comments

Comments
 (0)