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

[create-theme]: Floating Web Panel #227

Closed
1 task
tunalad opened this issue Aug 29, 2024 · 1 comment
Closed
1 task

[create-theme]: Floating Web Panel #227

tunalad opened this issue Aug 29, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@tunalad
Copy link

tunalad commented Aug 29, 2024

Name

Floating Web Panel

Description

Opening the sidebar's web panel will be over the page's content, instead of splitting the space.

Homepage

https://github.com/tunalad/zen-floating-webpanel/

Image

https://raw.githubusercontent.com/tunalad/zen-floating-webpanel/master/image.png

Type

  • JSON Color Theme

Theme Styles

#zen-sidebar-web-panel-wrapper {
    margin: 10px !important;
    position: absolute !important;
    z-index: 999999 !important;
    bottom: 0 !important;
    top: 0 !important;
}

@media (-moz-bool-pref: "uc.floating-webpanel.midmargin.enabled") {
    #zen-sidebar-web-panel-wrapper {
        margin: 5px !important;
        position: absolute !important;
        z-index: 999999 !important;
        bottom: 0 !important;
        top: 0 !important;
    }
}

@media (-moz-bool-pref: "uc.floating-webpanel.nomargin.enabled") {
    #zen-sidebar-web-panel-wrapper {
        margin: 0 !important;
        position: absolute !important;
        z-index: 999999 !important;
        bottom: 0 !important;
        top: 0 !important;
    }
}

Readme

# Floating Web Panel

Opening the sidebar's web panel will be over the page's content, instead of splitting the space.

By default, the margins around the panel is 10px, but via options you can set it to 5px margins, or disable them completely.

Preferences

{
    "uc.floating-webpanel.midmargin.enabled": "Margin around the panel is 5px",
    "uc.floating-webpanel.nomargin.enabled": "Disables margin around the panel completely"
}
@tunalad tunalad added the new-theme Submit a theme to be added to the theme library label Aug 29, 2024
Copy link
Contributor

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant