Update names at top of files (fixing typos)

This commit is contained in:
bmFtZQ 2023-10-26 13:56:08 +08:00
parent 8b79ef57c6
commit eba1454367
14 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - content/common.css */
/* Edge-Frfox - content/common.css */
/* colours */
@-moz-document url-prefix(about:) {

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - content/newtab.css */
/* Edge-Frfox - content/newtab.css */
/* colours */
@-moz-document url-prefix("about:newtab"),

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - browser.css */
/* Edge-Frfox - browser.css */
@supports (-moz-bool-pref("uc.tweak.floating-tabs")) {
:root {

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - colors.css */
/* Edge-Frfox - colors.css */
/* default colours (light & dark) */
:root:not(:-moz-lwtheme),

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - popup.css */
/* Edge-Frfox - popup.css */
:root {
--panel-subview-body-padding: 2px 0 !important;

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - tweaks.css */
/* Edge-Frfox - tweaks.css */
/* disable drag space above tabs */
@supports -moz-bool-pref("uc.tweak.disable-drag-space") {

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - icons.css */
/* Edge-Frfox - icons.css */
/* windows 11 style window controls (no known way to detect between windows 10
and 11 so applied to both) */

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - findbar.css */
/* Edge-Frfox - findbar.css */
.findbar-find-previous,
.findbar-find-next,

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - navbar.css */
/* Edge-Frfox - navbar.css */
:root {
--toolbarbutton-border-radius: 4px !important;

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - personalbar.css */
/* Edge-Frfox - personalbar.css */
#PersonalToolbar {
--bookmark-block-padding: 6px !important;

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - tabbar.css */
/* Edge-Frfox - tabbar.css */
@supports -moz-bool-pref("uc.tweak.floating-tabs.equal-margin") and -moz-bool-pref("uc.tweak.floating-tabs") {
:root #titlebar {
@ -354,12 +354,12 @@ toolbarbutton[part="scrollbutton-down"] {
margin-top: calc(2px + var(--tab-block-margin)) !important;
}
/* #tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:first-of-type {
#tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:first-of-type {
margin-inline-start: 14px !important;
}
#tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:last-of-type {
margin-inline-end: 6px !important;
} */
}
#tabbrowser-tabs {
margin-inline-start: -6px !important;

View file

@ -1,4 +1,4 @@
/* Edge-FrFox - urlbar.css */
/* Edge-Frfox - urlbar.css */
:root {
--urlbar-min-height: 30px !important;

View file

@ -1,4 +1,4 @@
/* Edge-FrFox */
/* Edge-Frfox */
@import url("icons/icons.css");
@import url("toolbar/tabbar.css");
@import url("toolbar/navbar.css");

View file

@ -1,3 +1,3 @@
/* Edge-FrFox */
/* Edge-Frfox */
@import url("content/common.css");
@import url("content/newtab.css");