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

Snippet code #2482

Closed
zoic21 opened this issue Apr 8, 2024 · 1 comment
Closed

Snippet code #2482

zoic21 opened this issue Apr 8, 2024 · 1 comment
Milestone

Comments

@zoic21
Copy link
Contributor

zoic21 commented Apr 8, 2024

Maybe we can provide some snippet code like :

  • how to remove fore width of widget (some user don't like that)
  • how to color all eqlogic widget (not only tile) like Legacy theme (only thing user want from legacy theme)
@zoic21 zoic21 added this to the 4.4 milestone Apr 8, 2024
@zoic21
Copy link
Contributor Author

zoic21 commented Apr 10, 2024

Example remove scroll on widget (#2496) :

.eqLogic-widget .cmds{
 overflow-x: hidden !important;
 overflow-y: hidden !important;
}

zoic21 added a commit that referenced this issue Apr 10, 2024
@zoic21 zoic21 closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant