Skip to content

Commit c016cc3

Browse files
committed
fix: speed up tile animation
1 parent dcb4004 commit c016cc3

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src/Visualizer/style/database-menu-sidebar.scss

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,13 @@
2727

2828
&__headline {
2929
margin-top: 0;
30-
margin-bottom: 24px;
30+
margin-bottom: 36px;
3131
font-size: 28px;
3232
font-weight: 700;
3333
padding-right: 40px;
3434
line-height: 1;
3535
}
3636

37-
&__subheadline {
38-
margin-top: 0;
39-
margin-bottom: 24px;
40-
font-size: 18px;
41-
font-weight: 400;
42-
color: #666;
43-
}
44-
4537
&__body {
4638
display: flex;
4739
flex-direction: column;
@@ -155,7 +147,7 @@
155147
max-height: 0;
156148
opacity: 0;
157149
overflow: hidden;
158-
transition: all 0.3s ease;
150+
transition: all 0.15s ease;
159151
font-size: 14px;
160152
line-height: 1.6;
161153
color: #666;

0 commit comments

Comments
 (0)