Lars #139
@@ -275,3 +275,16 @@ div[data-title]:hover:after {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background: none;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
-webkit-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background: #4CAF50;
|
||||
}
|
||||
@@ -30,6 +30,7 @@ div.posts div.post {
|
||||
width: calc(100% - 40px);
|
||||
cursor: pointer;
|
||||
transition-duration: 250ms;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.posts div.post:hover {
|
||||
|
||||
Reference in New Issue
Block a user