summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/assets/css/hootstream.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css
index 08b5cf2..ee05025 100644
--- a/public/assets/css/hootstream.css
+++ b/public/assets/css/hootstream.css
@@ -30,6 +30,7 @@
#hootevents .hootText {
max-width: 60rem;
transition: opacity 0.2s;
+ overflow-x: hidden;
}
.hoot:hover > .text {
opacity: 1 !important;
@@ -612,6 +613,12 @@
/** MEDIA QUERY: DARK MODE */
@media (prefers-color-scheme: dark) {
+ ::-webkit-scrollbar {
+ background-color: #000;
+ }
+ ::-webkit-scrollbar-thumb {
+ background-color: #666;
+ }
.search_form input[type="text"]:focus {
border-bottom-color: rgba(127, 127, 127, 0.2);
}