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

close button, minimise...not visible #13

Closed
dinamites opened this issue Apr 20, 2017 · 2 comments
Closed

close button, minimise...not visible #13

dinamites opened this issue Apr 20, 2017 · 2 comments

Comments

@dinamites
Copy link

dinamites commented Apr 20, 2017

Hi.
just noticed this visual glitch on TT 53.
buttons

@NiklasGollenstede
Copy link
Owner

Jupp. Never really bothered me, though.
Anyway, this fixes that:

    /* tabs at the very top of the window */
    window[sizemode="normal"] #navigation-toolbox
    { margin-top: -17px; }
    window[sizemode="maximized"] #navigation-toolbox
    { margin-top: -2px; }

    /* exclude window button area */
    #titlebar-placeholder-on-TabsToolbar-for-captions-buttons
    { background: transparent; }
    window[sizemode="maximized"] #titlebar-placeholder-on-TabsToolbar-for-captions-buttons
    { background-image: linear-gradient(180deg, transparent 90%, black 90%); }

I want to test this some more before I release it. If you want to test it, paste the code above in a custom user style. Feel free to tell me what you think.

@dinamites
Copy link
Author

works good! :)

NiklasGollenstede added a commit that referenced this issue Aug 21, 2017
…n be toggled by moving the window to the top of the screen.
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