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

Whole screen side opener extension #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luriusTM
Copy link
Contributor

I did not made too much magics for it. For the upper corner i gave it 5 px. I tested it, will not cover anything, but 1 px is inpossible to catch with the toolbar, so it was needed. On the other ways i made it only 1 px as it is with the dock. Works like a charm :)

Screen.Recording.2024-10-26.005106.mp4

With the previously introduced delay it harmonise... gives the possibility to get there after weg opens.

&:has(.taskbar.hidden)::after {
content: '';
position: fixed;
bottom: 0;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove unused css code, position an sizes are declared by position so this default values are unnecessary

    bottom: 0;
    left: 0;
    width: 100vw;
    height: 5px;

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 this pull request may close these issues.

2 participants