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

question: how to hide "settings" in shared environment #457

Open
kennethrrosen opened this issue Apr 21, 2024 · 1 comment
Open

question: how to hide "settings" in shared environment #457

kennethrrosen opened this issue Apr 21, 2024 · 1 comment

Comments

@kennethrrosen
Copy link

Is it possible to hide the settings area for when Flame is accessible publicly?

@EctoBoggan
Copy link

There's no option for that, but you can tweak the CSS in order to hide the button :

.Home_SettingsButton__DrUPz {
    display: none !important;
}

You'll still be able to access the app through : https://flame.your.domain/settings/

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

2 participants