MCPcopy Create free account
hub / github.com/NMWplays/Glowify / createOverlay

Function createOverlay

theme.js:7873–7889  ·  view source on GitHub ↗
(onBackgroundClick)

Source from the content-addressed store, hash-verified

7871 outline: none;
7872 }
7873 .glowifySearchInput::placeholder { color: rgba(255,255,255,0.45); }
7874 .glowifySectionNavWrap {
7875 position: relative;
7876 min-width: 0;
7877 }
7878 .glowifySectionNav {
7879 display: flex;
7880 gap: 8px;
7881 min-width: 0;
7882 overflow-x: auto;
7883 overflow-y: hidden;
7884 /* Room so the buttons' hover scale and glow aren't clipped by the scroll container. */
7885 padding: 10px 12px 13px;
7886 scrollbar-width: none;
7887 -ms-overflow-style: none;
7888 }
7889 .glowifySectionNav::-webkit-scrollbar { width: 0; height: 0; display: none; }
7890 .glowifySectionNavScrollBtn {
7891 position: fixed;
7892 z-index: 1000002;

Callers 1

openSettingsModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected