#MinimalAuthApps
1 messages · Page 1 of 1 (latest)
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)
bros be hearing some orchestra music
yes
orchestral best music
but that would be better described as epic orchestral probably
?
sad
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)
no, only possible with js
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
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!
Did you put the import at the top?
What you posted is exactly the same as the contents of the import
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
Probably class reroll, I'll take a look later
Yeah I think that's the issue!