Changeset abb34d2 in Klonkt


Ignore:
Timestamp:
06/25/2026 06:47:30 AM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
75bda38
Parents:
98b7fdd
Message:

embed player: slim themed scrollbar for the track list (was the chunky default)

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/embed-player.ejs

    r98b7fdd rabb34d2  
    2828  .ep-foot a { color: inherit; }
    2929  .ep-empty { padding: 24px; text-align: center; opacity: .6; }
     30  /* Slim, themed scrollbar for the track list (instead of the chunky default). */
     31  .ep-list { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.28) transparent; }
     32  .ep-list::-webkit-scrollbar { width: 8px; }
     33  .ep-list::-webkit-scrollbar-track { background: transparent; }
     34  .ep-list::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.22); border-radius: 999px; border: 2px solid transparent; background-clip: content-box; }
     35  .ep-list::-webkit-scrollbar-thumb:hover { background-color: color-mix(in srgb, var(--ac) 70%, #fff); }
    3036</style>
    3137</head>
Note: See TracChangeset for help on using the changeset viewer.