#im surprised the ui designers werent laid off

1 messages · Page 1 of 1 (latest)

mellow shale
#

reserved

still steppe
#

Why do I not see a difference

mellow shale
#

sigh

still steppe
#

Oh the position

mellow shale
#

position and padding pretty much

mortal summit
#

fire thread name

open perch
#

can we fight

#

the right side has a bigger space :(

lost grotto
#

i think the overlay is cool, if only it would align properly

mellow shale
#

thats hilarious

#

if only it were like 1 pixel misaligned in the actual style so it would trigger people

#

:ome

#

u xan fix that easily though

granite pivot
#

more stupid discord ideas to deal with hollow

limber sentinel
#

uh how to change the position of this to right

#

asking here since only thread talking about UI redesign

lost grotto
#
[class*=barBase_] {
  width: fit-content;
  margin-left: auto;
}

you mean this?

lost grotto
#

oh typing

#

that's the one for old messages

#

just go in devtools and hover over the typing thing

#

copy the class and replace it

limber sentinel
#

that gonna be hard

#

need someone to type

#

guh

#

pain

#

the html element just goes and comes

#

over and over

lost grotto
#

use f8 pause plugin

arctic dome
torpid ravine
#

looks broken on canary

mellow shale
#

probably

#

feel free to fix i havent been using the experiment

neat zephyr
#

uhhhhhhhhh WTF

neat zephyr
#

i suck at frontend crap so i just went trial and error with px, im sure theres some variable that can get these values but eh, just replace the same block in OP with this

.visual-refresh [class^=panels_] {
    bottom: 4px;
    left: 80px;
    width: calc(100% - 84px);
}```