LuckFire / amoled-cord

A basically pitch black theme for Discord. Lights out, baby!
MIT License
422 stars 282 forks source link

haha discord update #35

Closed RadNotRed closed 2 years ago

RadNotRed commented 2 years ago

image the bar thing has a gradiant now? + top broken

amxmu commented 2 years ago

+1 also noticed above issue today when the BD hotfix was sent out.

My minifed search bar custom css also does not work again either. The animation to enlarge it works but the minifying portion does not. CSS below:

/Minified search bar/ .search-1FM8Qc:not(.open-3y3yI) .searchBar-zdmu7v { width: 27px; transition: 0.3s; background-color: transparent;} .search-1FM8Qc:not(.open-3y3yI):hover .searchBar-zdmu7v { width: 240px; background-color: var(--background-tertiary);} .search-1FM8Qc:not(.open-3y3yI) .iconContainer-1RqWJj { transform: scale(1.3); transition: 0.25s;} .search-1FM8Qc:not(.open-3y3yI):hover .iconContainer-1RqWJj { transform: scale(1);} .icon-18rqoe { color: var(--text-normal)}