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

Suggestions for erasing sidebar background and border + minimal sidebar title options (with the codes) #2

Open
KiKaraage opened this issue Sep 17, 2024 · 0 comments

Comments

@KiKaraage
Copy link

So here some codes that might be beneficial for Sidebery or sidebar users in general:

Blending sidebar background with Zen theming scheme

(worked for default sidebars, but not with Sidebery)
image

#sidebar-box {
  background-color: transparent;
  color: var(--zen-colors-primary);
}
.sidebar-panel[lwt-sidebar] {
  background-color: transparent;
}

Minimal sidebar title

(perfect if you use Sidebery panel as "workspaces" - check the "Use active panel's name as sidebar title" option in Sidebery setting first)

#sidebar-header {
  overflow: hidden;
  padding: 6px 0 0 0 !important;
  font-size: 1em !important;
  font-weight: bold !important;
  border-bottom: 0 !important;
}

#sidebar-header #sidebar-switcher-target #sidebar-icon,
#sidebar-switcher-arrow,
#sidebar-close.close-icon,
#sidebar-splitter {
  visibility: collapse !important;
}
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