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

Full screen support for dashboard #2167

Closed
fritzwijaya opened this issue Feb 14, 2017 · 4 comments · Fixed by #3284
Closed

Full screen support for dashboard #2167

fritzwijaya opened this issue Feb 14, 2017 · 4 comments · Fixed by #3284

Comments

@fritzwijaya
Copy link

Dashboard could be present on full screen mode. The dashboard would be perfect to show on larger screen (i.e. tv)

@xrmx
Copy link
Contributor

xrmx commented Feb 14, 2017

Isn't full screen mode a browser feature? What's not working?

@steffenbrand
Copy link

It would be a nice feature if you could hide the navigation and maybe hide or shrink the dashboard title. So I can use the dashboard for a big screen in the office.

@Daan-xyz
Copy link

You could add some CSS to the board that removes the top navigantion bar, i.e.,

.top 
{
    display : none;
}

I suppose the other changes can be done this way as well.

@mistercrunch
Copy link
Member

This used to work by adding a get parameter ?standalone=true in the URL, fix here:
#3284

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

Successfully merging a pull request may close this issue.

5 participants