React Interface v1
This commit is contained in:
@@ -21,4 +21,15 @@ body {
|
||||
|
||||
.flex-spacer{
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
margin:3px;
|
||||
background: #333;
|
||||
cursor: pointer;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #757575;
|
||||
border-radius: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user