#fix weird looking commands

1 messages · Page 1 of 1 (latest)

strong venture
#

meow

thorny fiber
#

meow :3

strong venture
#

meow >.<

bold stone
#

Why don't you have this icon?

strong venture
#

erm

#

where's that from?

bold stone
#

add this and remove the margin -10

.appsIcon_ed21e9 {
  display: none;
}```
bold stone
#

maybe

#

idrk

#

also did the cursor change when hovering over it?

#

I don't remember

strong venture
bold stone
#

I'm gonna try to find a reference vid

strong venture
#

good idea though

bold stone
#

also before, there was a slash

#

Found an old ss without hovering

strong venture
#

ah

#

is the color thing a theme of yours?

bold stone
#

yeah

strong venture
#

i see

#

ive disabled all css that i could and im still not seeing any icons

bold stone
#

weird

#

there should be one

#

it's making that weird margin thing

bold stone
strong venture
#

that's so weird, you're right its something on my end

#

would have to be linked to a plugin of mine though

bold stone
#

so close :(

strong venture
#

hmm

#

what was the hover over thing?

#

hover over color

bold stone
#

This might be the closest I can find

#

How can you add the slash though

strong venture
#

i think white should be good

strong venture
#

hold on

bold stone
#

?*

#

For hover?

#

I don't like that

strong venture
#

for the hover color

bold stone
#

i'm gonna chang eit

strong venture
#

ok- il do it

#

unfortunately i dont see a way that i can add a / to the start

#

actually it's probably possible by changing the svg

#

not gonna do that though

bold stone
#

Why do you use different selectors for the :hover?

bold stone
strong venture
bold stone
#

waht

#

oh

strong venture
#

cut off

bold stone
#

didnt copy the full thing

thorny fiber
#

why is there another } at the end

strong venture
#

also the color seems wrong

bold stone
#

idk

bold stone
#

I think this is the same as they used to be now.

/* Fix Command Name */
.executedCommand__4fb1a .appLauncherOnboardingCommandName_bf880c {
  font-weight: 1;
  background: none;
  padding-left: 0;
  cursor: pointer;
}
.executedCommand__4fb1a .appLauncherOnboardingCommandName_bf880c:before {
  content: "/";
}
.executedCommand__4fb1a .appLauncherOnboardingCommandName_bf880c:hover {
  background: none;
  text-decoration: underline;
  color: var(--text-link);
}
.appsIcon_ed21e9 {
  display: none;
}```
#

ok nvm

#

text isnt quite right color

dull swallowBOT
#

owo

bold stone
#

ok now i can test here

#

that makes it easier

#

Idk how to find the old color :(

dawn topaz
#

are you forcing opacity 1 on it

#

I don't have any way to check for sure but by default the username has .64 opacity and it might be that the command had that too?

bold stone
#

oh ok

dawn topaz
#

looks like there is a selector that applied to the command but no longer applies because class is different now

bold stone
#

still not quite right

#

It's really blue in the new one for some reason

dawn topaz
#

for some reason the old one in the screenshot has no cleartype but new has

#

otherwise it looks the same

bold stone
#

what's cleartype

dawn topaz
#

subpixel font antialiasing

#

which makes the color fringing

bold stone
#

How do i turn that off?

dawn topaz
#

for all text?

bold stone
#

Just for this

dawn topaz
#

uhh lemme try

#

there is some ways to break cleartype, this for an example backdrop-filter: blur(0px); seems to work

#

oh but it breaks it elsewhere too

#

not just on that particular element

#

dunno how to break cleartype on just one element

ruby furnace
#

to fix both you can disable the App Launcher - Onboarding experiment

bold stone
bold stone