mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
Cleaned up comments
This commit is contained in:
parent
05b9c3faaf
commit
bdcecbe754
13
popout.html
13
popout.html
@ -102,23 +102,22 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* SCROLL BAR STYLING */
|
/* SCROLL BAR STYLING */
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 12px; /* Set the width of the scrollbar for WebKit browsers */
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: var(--discord-grey-1); /* Set the background color of the scrollbar track */
|
background-color: var(--discord-grey-1);
|
||||||
border-radius: 4px; /* Set the border radius of the scrollbar track */
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background-color: var(--discord-grey-7); /* Set the background color of the scrollbar thumb */
|
background-color: var(--discord-grey-7);
|
||||||
border-radius: 4px; /* Set the border radius of the scrollbar thumb */
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background-color: var(--discord-grey-8); /* Set the background color of the scrollbar thumb on hover */
|
background-color: var(--discord-grey-8);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user