Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pznguin-kyun committed Oct 20, 2023
1 parent 27681ed commit 6cf4c56
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* by p3nguin-kun
*/

/* config */

* {
/*--tab-corner-rounding: 5px;*/
--animation-speed: 0.4s;
Expand All @@ -16,7 +18,6 @@
--tabs-border-color: transparent;
}

/* config */
:root {
--window: -moz-Dialog !important;
--secondary: color-mix(in srgb, currentColor 5%, -moz-Dialog) !important;
Expand All @@ -25,6 +26,7 @@
--uc-page-action-margin: 7px;
}

/* animation and effect */
#nav-bar:not([customizing]) {
visibility: visible;
margin-top: -40px;
Expand Down Expand Up @@ -101,7 +103,7 @@ tab:not(:active) .tab-background {
background-color: var(--window) !important;
}

/* x-button */
/* X-button */
:root {
--show-tab-close-button: none;
--show-tab-close-button-hover: -moz-inline-block;
Expand All @@ -120,7 +122,6 @@ tab:not(:active) .tab-background {

/* tabbar */


/* Hide the secondary Tab Label
* e.g. playing indicator (the text, not the icon) */
.tab-secondary-label { display: none !important; }
Expand Down

0 comments on commit 6cf4c56

Please sign in to comment.