#GitHub - acheronx0577/Better-Transparent...

1 messages ยท Page 1 of 1 (latest)

lilac ingot
#

i think the recent discord update broke this

lilac ingot
#

i managed to fix it

/* ๐ŸŒŸ Main emoji picker container */
[class*="-contentWrapper"] {
    border-radius: 12px !important;
    overflow: hidden !important;
    left: -28px;
    top: 17px;
    background-color: transparent !important;
}

/* ๐ŸŽ›๏ธ Collapsible server headers */
div[class*="-header"][class*="-interactive"] {
    background-color: rgba(7, 7, 7, 0.15) !important;
    border-radius: 10px !important;
    margin-right: 13px;
    padding: 2px !important;
    transition: background-color 0.2s ease-in-out !important;
}

/* ๐ŸŽจ Transparent header wrappers */
div[class*="-wrapper"][class*="-header"] {
    background: transparent !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

/* โœจ Header hover effect */
div[class*="-header"][class*="-interactive"]:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* ๐Ÿ—‚๏ธ Category/pack headers */
div[class*="-wrapper"][class*="-packHeader"] {
    background: transparent !important;
    border-radius: 8px !important;
}


/* โ†”๏ธ Sidebar resize handle */
._084343c4f11eaaab-resizeHandle {
    left: -30px !important;
}

/* ๐Ÿงฉ Child container rounding */
._91a9d7f7e5248a56-childContainer {
    border-radius: 10px;
    overflow: hidden;
}

/* ๐ŸŽฏ Clip child container on hover */
._91a9d7f7e5248a56-childContainer:hover {
    clip-path: inset(0 0 0 7.7px round 10px);
    transition: clip-path 0.2s ease;
}

/* ๐Ÿ“‹ Menu container styling */
div[class*="-menu"][role="menu"] {
    border: 1px solid var(--background-modifier-accent);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* ๐Ÿ”ฝ Search bar header clipping */
._8ef02eea17068b73-header {
    clip-path: inset(0 0 4px 0px);
}
#

@shell pasture sorry for the ping but you should update the code in the import link

shell pasture
#

i thought its gonna break at some points with discord update but u r right i just updatedd it now