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

feature request - hide url in applications #59

Closed
juan11perez opened this issue Jul 5, 2021 · 4 comments
Closed

feature request - hide url in applications #59

juan11perez opened this issue Jul 5, 2021 · 4 comments

Comments

@juan11perez
Copy link

First thank you for this component.

This is purely aesthetic.

Please consider an option to hide the url in applications, as depending on the screen, long urls will offset the column size/gaps.

Thank you

@juan11perez
Copy link
Author

apologies, already possible in css

@BackedUpBooty
Copy link

Hi Juan, would you mind sharing the CSS you used to hide the urls? I tried adding the following:

.AppCard_AppCardDetails__tbAhY span {
  visibility: hidden !important;
}

but it doesn't seem to get picked by the page when it reloads (accessing it via IP:PORT).

@pawelmalak
Copy link
Owner

@BackedUpBooty Are you sure that CSS file is being loaded correctly?

I tried:

.AppCard_AppCardDetails__tbAhY span {
  visibility: hidden !important;
}

and also

.AppCard_AppCardDetails__tbAhY span {
  display: none !important;
}

and both are working fine on ip:port and flame.domain.tld versions.

@BackedUpBooty
Copy link

To be honest I must have done something random, when I went back into the CSS form it hadn't saved the ID properly, so it's no wonder it wasn't loading up. It's working now!

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