Skip to content

Commit

Permalink
Update chrome.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wysh3 authored Nov 3, 2024
1 parent 0c126bd commit ed49a67
Showing 1 changed file with 29 additions and 32 deletions.
61 changes: 29 additions & 32 deletions themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,33 @@

/*Nyan Cat and Friends*/

/*Bongo Cat Start*/
@media (-moz-bool-pref: "z0.catto.bongocat") {
#navigator-toolbox:before {
position: absolute;
top: 100px;
right: 50%;
transform: translateX(50%);
width: 200px;
height: 40px;
z-index: 1;
content: "";
font-size: 20px;
text-align: center;
background-image: url("https://media.tenor.com/ZZu2QC-efdUAAAAi/cute-cat-white.gif");
background-size: contain;
background-repeat: no-repeat;
background-position-x: center;
overflow: visible;
pointer-events: none;
}
}

/*Bongo Cat End*/

/*Reduce the Size*/
@media (-moz-bool-pref: "z0.catto.reduce_size") {

#navigator-toolbox {
--zen-navigation-toolbar-min-width: 100px !important;
padding-top: 12.5vh !important;
height: 85vh !important;
}
/* Bongo Cat Start */
@media (-moz-bool-pref: "zen.view.compact") {
@media (-moz-bool-pref: "z0.catto.bongocat") {
#navigator-toolbox:before {
position: relative;
top: 8px;
right: 50%;
transform: translateX(50%);
width: 200px;
height: 40px;
z-index: 1;
content: "";
font-size: 20px;
text-align: center;
background-image: url("https://media.tenor.com/ZZu2QC-efdUAAAAi/cute-cat-white.gif");
background-size: contain;
background-repeat: no-repeat;
background-position-x: center;
overflow: visible;
pointer-events: none;
}
}
/* Bongo Cat End */
/* Reduce the Size */
#navigator-toolbox {
--zen-navigation-toolbar-min-width: 100px !important;
padding-top: 12.5vh !important;
height: 85vh !important;
}
}

0 comments on commit ed49a67

Please sign in to comment.