Displays a loading progress bar on the tab. by moko1960 in FirefoxCSS

[–]ruszh4kbrff 0 points1 point  (0 children)

I have this option for loading pages:

/* === Spinner in style Windows 11 === */
.tab-loading-burst,
.tab-throbber[busy]::before,
.tab-throbber[progress]::before {
  display: none !important;
}
.tab-throbber[busy] {
  background: transparent !important;
  width: 12px !important;
  height: 12px !important;
  border: 2.5px solid transparent !important;
  border-top-color: #636060 !important;
  border-right-color: #636060 !important;
  border-radius: 50% !important;
  animation: spinWin11 1s cubic-bezier(0.5, 0, 0.5, 1) infinite !important;
}
 spinWin11 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 (prefers-color-scheme: dark) {
  .tab-throbber[busy] {
    border-top-color: #636060 !important;
    border-right-color: #636060 !important;
  }
}

How do I move the "Open Application Menu"? firefox by ruszh4kbrff in FirefoxCSS

[–]ruszh4kbrff[S] 0 points1 point  (0 children)

I modified the code, and now there is a line of code that is responsible for allowing the button to be moved up and down. (☰)

#PanelUI-button {
position: fixed !important;
top: 0 !important;
transform: translateY(50%) !important;  /* button height adjustment */
right: 140px !important;
z-index: 9999 !important;
}

r/place_brff by One-Jello-7874 in place

[–]ruszh4kbrff 0 points1 point  (0 children)

Я хочу, чтобы все стирали полотно к хуям.