Bernardo Pires

Results 75 comments of Bernardo Pires

/skip This plugin uses `.style.setProperty` three times to dynamically control the reading laser line's position and appearance. By using plugin-specific CSS variables, the styling won't conflict with other themes. The...

Please check the updated code I posted there too (forum). I edited it just after I posted the first version. ```css .theme-dark { --scrollbar-active-thumb-bg: #d300d382; --scrollbar-thumb-bg: #a300a382; } body:not(.native-scrollbars) div::-webkit-scrollbar...

I also hope to add the option to customize the scrollbar as a theme feature in upcoming updates. Thanks for the suggestion. All the best

Please check the code below. Let me know if it is useful for you. ```css .theme-dark { --scrollbar-active-thumb-bg: #d300d382; --scrollbar-thumb-bg: #a300a382; } body:not(.native-scrollbars) ::-webkit-scrollbar { width: 15px; } body:not(.native-scrollbars) ::-webkit-scrollbar-thumb:hover,...

Here is the code for the improved scrollbar. Track is 30px now. I hope it will be easier to use. Please check it out below. ```css .theme-dark { --scrollbar-active-thumb-bg: #d300d382;...

Thanks for the feedback 👍 . **Question**: Would you like this feature to be included in the magicuser theme as a toggle (like enabling enhanced scrollbars?). I can also add...

So I will improve it more. Stay tuned. I will post it soon.

Here it is my friends. The track is now visible when hovering (track and/or thumb). It will become transparent when not hovering it. ```css .theme-dark { --scrollbar-active-thumb-bg: #d300d382; --scrollbar-thumb-bg: #a300a382;...

> > Thanks for the feedback 👍 . > > **Question**: Would you like this feature to be included in the magicuser theme as a toggle (like enabling enhanced scrollbars?)....

I will make the default scrollbar larger in magicuser, so it will be easier to use.