#MinimalAuthApps

1 messages · Page 1 of 1 (latest)

chrome swan
timber flicker
#

Would it be possible to fix this?
(stopping hovering over something changes the positions of the ones below, so then you open the wrong ones)

#

(forgot to pause music while recording oops)

snow flint
timber flicker
#

orchestral best music

#

but that would be better described as epic orchestral probably

timber flicker
#

?

chrome swan
#

if I knew how to, I would've done it already

timber flicker
#

sad

timber flicker
#

Would it be possible to add buttons to drop them down instead of hover with css?

kinda like this ig (just an example of this I thought of on another website, but not using css)

chrome swan
#

no, only possible with js

timber flicker
#

What kind of interaction things are there?

#

I feel like there could be very janky things you could do for this

#

like maybe when hovering over an app, unhide some pseudoelement that has a hover thing that keeps the app open

noble gyro
#

Eeerm, I'm not sure if it's me or not but it seems like the CSS doesn't work?

#

fixed with puttting in this.


/* Minimal Auth Apps */
.authedApp__71a52{
  max-height:32px;
  box-sizing:content-box;
  overflow:hidden;
  transition:max-height 1s;
}
.authedApp__71a52:hover{
  max-height:100vh
}```

Source was from the "Replugged Manual Theme" off the git!
chrome swan
#

What you posted is exactly the same as the contents of the import

noble gyro
#

Yeah it didn't work at first ha

#

having some issues with other code to maybe I'm formatting it wrong?

#

works now anyway but for example when I tried using this code here.

It doesn't work? maybe its outdated idk? #🎨-css-snippets message @chrome swan

chrome swan
#

Probably class reroll, I'll take a look later

noble gyro
#

Yeah I think that's the issue!