#merge app launcher to chat bar

1 messages ยท Page 1 of 1 (latest)

warped niche
#

slightly edited version that fit's in slightly better i think

/* merge app launcher to be part of the chat bar */
[class^=channelTextArea_] > [class^=scrollableContainer_]:not(:has(>[class*=innerDisabled_])) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -10px;
}
[class^=channelAppLauncher_] {
    margin-left: 0;
    min-width: 44px;
    background: var(--bg-overlay-3, var(--channeltextarea-background));;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    >[class^=buttonContainer_] {
        top: 0;
        position:absolute;
        >button {
          width: 39.97px;
        }
    }
}```
#

small bug fix (to original) for it making corners of no permission one sharp

[class^=channelTextArea_] > [class^=scrollableContainer_]:not(:has(>[class*=innerDisabled_])) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
inner heath
#

@warped niche thanks! will add those ๐Ÿ‘

neon condor
#

if you wanna remove it completely like me ๐Ÿ˜ญ๐Ÿ™

/* Hide Apps button */
button[aria-label="Apps"] {
    display: none;
}
.channelAppLauncher_df39bd {
  margin-right: -20px
}

neon condor
#

lol

inner heath
neon condor
#

i didnt see it

inner heath
neon condor
#

womp womp

queen wolf
inner heath