Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS not being honored #436

Open
lcsfox opened this issue Jul 27, 2023 · 2 comments
Open

CSS not being honored #436

lcsfox opened this issue Jul 27, 2023 · 2 comments

Comments

@lcsfox
Copy link

lcsfox commented Jul 27, 2023

I have the following CSS which hides the addresses below the icons

.AppCard_AppCardDetails__tbAhY {
height: 50%;
}
.AppCard_AppCardDetails__tbAhY span {
display: none !important;
}

And after some recent update it stopped working.

Is there any other way to hide the addresses ?
Example
image

@leonbeon
Copy link

leonbeon commented Jul 28, 2023

Class names changed between versions, see #435 :)

@cjohnson46
Copy link

For anyone that wants to know quickly. The class name for my installation changed to the following; ".AppCard_AppCardDetails__HgNoY"
If you want to remove the address under your apps, use the following CSS in the white screenshot.

appcard
appcard css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants