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

Typo error while displaying powermenu type4 style2 #176

Open
Zama15 opened this issue Aug 22, 2024 · 0 comments
Open

Typo error while displaying powermenu type4 style2 #176

Zama15 opened this issue Aug 22, 2024 · 0 comments

Comments

@Zama15
Copy link

Zama15 commented Aug 22, 2024

There is a typo in the px global properties for mainbox and message margin on line 19-20:

    mainbox-margin:              150px 400px;
    message-margin:              0px 350px;

image

i fix removing a zero but not pretty sure if this is just enough for maintain the original design

    mainbox-margin:              15px 40px;
    message-margin:              0px 35px;

image

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

1 participant