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

Bare-bones Myrtille #366

Open
deezed420 opened this issue Apr 4, 2023 · 3 comments
Open

Bare-bones Myrtille #366

deezed420 opened this issue Apr 4, 2023 · 3 comments

Comments

@deezed420
Copy link

Can there just be a bare-bones option of Myrtille without the options menu in the top-left of every session? Or can I hide it?

@peterwi
Copy link

peterwi commented Apr 25, 2023

you can hide that menu

@deezed420
Copy link
Author

you mean remove it completely without being able to click on it or anything?

@cedrozor
Copy link
Owner

cedrozor commented Sep 9, 2023

You can hide the "..." toggle from default.css:

#toolbarToggle
{
position: absolute;
border: 1px solid #ddd;
background-color: #F4F4F4;
z-index: 200;
visibility: hidden;
display: none;

}

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