This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat(css): Remove border radius from WebKit's scrollbars (
#4278
)
closed-social-v3
Sorin Davidoi
7 years ago
committed by
Eugen Rochko
parent
e01966f7b8
commit
f24b81e27f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/styles/components.scss
+ 4
- 0
app/javascript/styles/components.scss
View File
@ -3711,6 +3711,10 @@ button.icon-button.active i.fa-retweet {
}
}
:
:
-webkit-scrollbar-thumb
{
border-radius
:
0
;
}
noscript
{
text-align
:
center
;
Write
Preview
Loading…
Cancel
Save