Skip to content

Commit

Permalink
update test css
Browse files Browse the repository at this point in the history
  • Loading branch information
jplaui committed Oct 17, 2023
1 parent f22df36 commit 4f684a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mastodon-timeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ html[data-theme="dark"] {
height: 100%;
overflow-y: auto;
position: relative;
background-color: var(--bg-color);
/* background-color: var(--bg-color); */
scrollbar-color: var(--line-gray-color) var(--bg-color);
scrollbar-width: thin;
}
Expand All @@ -42,23 +42,23 @@ html[data-theme="dark"] {
height: 0.25rem;
}
.mt-container::-webkit-scrollbar-thumb {
background-color: var(--line-gray-color);
/* background-color: var(--line-gray-color); */
border: none;
border-radius: 3rem;
}
.mt-container::-webkit-scrollbar-thumb:hover,
.mt-container::-webkit-scrollbar-thumb:active {
background-color: var(--line-gray-color);
/* background-color: var(--line-gray-color); */
}
.mt-container::-webkit-scrollbar-track {
background-color: var(--bg-color);
/* background-color: var(--bg-color); */
border: none;
border-radius: 0;
}
.mt-container::-webkit-scrollbar-track:hover,
.mt-container::-webkit-scrollbar-track:active,
.mt-container::-webkit-scrollbar-corner {
background-color: var(--bg-color);
/* background-color: var(--bg-color); */
}
.mt-container a:link,
.mt-container a:active,
Expand Down

0 comments on commit 4f684a5

Please sign in to comment.