Skip to content

Commit 41c2f28

Browse files
author
Mercurio
committed
Remove discussion link and adjust scrollbar styles
1 parent 28ffd4f commit 41c2f28

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ php flarum cache:clear
2424

2525
- [Packagist](https://packagist.org/packages/ecnu-im/sticky-sidenav)
2626
- [GitHub](https://github.com/ecnu-im/sticky-sidenav)
27-
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)

less/forum.less

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
&:hover {
1919
overflow-y: auto;
2020
}
21+
22+
&::-webkit-scrollbar {
23+
width: 5px;
24+
background-color: #e0e0e0;
25+
}
26+
27+
&::-webkit-scrollbar-thumb {
28+
background: #9e9e9e;
29+
border-radius: 5px;
30+
}
2131
}
2232

2333
.App {
@@ -29,14 +39,4 @@
2939
position: sticky;
3040
top: 70px;
3141
max-height: 90vh;
32-
}
33-
34-
::-webkit-scrollbar {
35-
width: 5px;
36-
background-color: #e0e0e0;
37-
}
38-
39-
::-webkit-scrollbar-thumb {
40-
background: #9e9e9e;
41-
border-radius: 5px;
4242
}

0 commit comments

Comments
 (0)