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]: Cleaned URL bar #682

Closed
1 task
Dinno-DEV opened this issue Nov 1, 2024 · 1 comment
Closed
1 task

[create-theme]: Cleaned URL bar #682

Dinno-DEV opened this issue Nov 1, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@Dinno-DEV
Copy link
Contributor

Name

Cleaned URL bar

Description

Cleans up zen's URL bar.

Homepage

https://github.com/Dinno-DEV/zen-cleaned-url-bar

Image

https://i.imgur.com/DiVvDRw.png

Type

  • JSON Color Theme

Theme Styles

/* Shield Star Fix */
.urlbar-page-action, #tracking-protection-icon-container {
  margin: 2px !important;
  margin-top: 4px !important;
}

#star-button-box {
  margin-top: 3px !important;
  margin-left: 1px !important;
  margin-right: 0px !important;
}

#urlbar[breakout] {
  & > .urlbar-input-container {
    height: 99%;
  }
}

#urlbar {
  min-height: 34px !important;
}

/* Cleaner Breakout URL Bar */
#urlbar-search-mode-indicator {
  background: transparent !important;
}

#urlbar-background {
  background: color-mix(in srgb, light-dark(#fff, var(--zen-colors-tertiary)) 60%, transparent 60%) !important;
  backdrop-filter: blur(50px) !important;
}

#identity-icon-box, #identity-permission-box {
  background: transparent !important;
  margin: 0 8px 0 0 !important;
}

.urlbarView-body-inner {
  #urlbar[open] > .urlbarView > .urlbarView-body-outer > & {
    border-top: none !important;
  }
}

.urlbarView:not([noresults]) > .search-one-offs:not([hidden]) {
  border-top: none !important;
}

.search-one-offs {
  padding: 4px !important;
  margin-bottom: 8px !important;
  opacity: 0.5 !important;
  background: var(--urlbarView-highlight-background) !important;
  border-radius: 8px !important;
}

.urlbarView-row {
  border-radius: 8px !important;
}

.search-panel-one-offs-container > *, .search-panel-one-offs-container > * > * {
  border-radius: 4px !important;
}

.urlbar-input-container {
  padding: 0px 3.5px !important;
}

#urlbar[open] {
  margin-top: 3px !important;
  padding-top: 6px !important;
}

.urlbar-go-button {
  opacity: 0.5 !important;
  background: transparent !important;
  margin-right: 6px !important;
}

.urlbar-go-button:hover {
  opacity: 1 !important;
}

Readme

# zen-cleaned-url-bar
Cleans up zen's URL bar.

Preferences

No response

@Dinno-DEV Dinno-DEV added the new-theme Submit a theme to be added to the theme library label Nov 1, 2024
Copy link
Contributor

github-actions bot commented Nov 1, 2024

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.

@github-actions github-actions bot closed this as completed Nov 1, 2024
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