Skip to content

Commit 2257e9f

Browse files
committed
fix(ui): align sidebar close button and set pointer cursor
1 parent ed15792 commit 2257e9f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/app/app.component.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
flex-direction: column;
88
align-items: center;
99
}
10+
1011
.tag-title {
1112
font-size: 0.9em;
1213
}
14+
1315
.tag-subtitle {
1416
font-size: 0.7em;
1517
}
@@ -29,24 +31,26 @@
2931

3032
.sidenav-menu {
3133
padding: 20px;
34+
padding-top: 45px;
3235
}
3336

3437
.menu-close {
3538
position: absolute;
3639
right: 0;
37-
top: 2px;
40+
top: 16px;
3841
background: transparent;
3942
border: 0;
40-
color: #ddd;
43+
color: #4caf50;
44+
cursor: pointer;
4145
}
4246

4347
.github-fork-ribbon:before {
4448
background-color: #333;
4549
}
4650

4751
@media only screen and (max-width: 750px) {
48-
.github-fork-ribbon {
49-
display: none;
50-
}
51-
52-
}
52+
.github-fork-ribbon {
53+
display: none;
54+
}
55+
56+
}

0 commit comments

Comments
 (0)