Skip to content

Commit 08c44d7

Browse files
committed
chore: minor size adjustment
1 parent 82fe0f5 commit 08c44d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples-standalone/kendoangular-landing-page/src/app/components/layout/my-layout.component.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ html {
3131

3232
.custom-toolbar {
3333
width: 100%;
34-
height: 48px;
34+
height: 41px;
3535
background-color: #757575;
3636
border-bottom: inset;
3737
border-bottom-width: 1px;

examples-standalone/kendoangular-landing-page/src/app/components/layout/my-layout.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ <h1 class="mail-box">Drawer component</h1>
66
<kendo-avatar
77
[imageSrc]="kendokaAvatar"
88
shape="circle"
9-
width="38px"
10-
height="40px"
9+
width="32px"
10+
height="32px"
1111
></kendo-avatar>
1212
</div>
1313
<kendo-drawer-container class="customClass">

0 commit comments

Comments
 (0)