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

Message at bottom of screen #154

Open
HJB1972 opened this issue Mar 1, 2022 · 4 comments
Open

Message at bottom of screen #154

HJB1972 opened this issue Mar 1, 2022 · 4 comments

Comments

@HJB1972
Copy link

HJB1972 commented Mar 1, 2022

Would it be possible to move the "Tip" at the bottom of the mind map screen and if so, how can I do this?

@ondras
Copy link
Owner

ondras commented Mar 1, 2022

Hi @HJB1972 ,

the Tip is positioned via CSS. You can move it here: https://github.com/ondras/my-mind/blob/master/css/my-mind.less#L36

@HJB1972
Copy link
Author

HJB1972 commented Mar 1, 2022

I have no coding experience whatsoever. I see the line in CSS. How do I edit this to show no tip?

@ondras
Copy link
Owner

ondras commented Mar 1, 2022

Well, I assume we are talking about your personal My Mind installation. You need to have some development environment ready (such as a webserver to serve the app), including all the tooling needed to build the app (npm install).

To hide the tip, just add display: none to the set of properties inside of the #tip selector. You then need to re-build the app (make).

@HJB1972
Copy link
Author

HJB1972 commented Mar 1, 2022

Ok no worries. Will just leave the tip! Thanks anyway.

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