logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/

scrollbar.style.js (262B)


  1. export default {
  2. name: 'Scrollbar',
  3. selector: ['::-webkit-scrollbar-button', '::-webkit-scrollbar-thumb', '::-webkit-resizer'],
  4. notEditable: true, // for now
  5. defaultRules: [
  6. {
  7. directives: {
  8. background: '--wallpaper'
  9. }
  10. }
  11. ]
  12. }