diff --git a/.eslintignore b/.eslintignore index a201ac32ddeb1..077bf08483e8e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -271,4 +271,5 @@ toolkit/components/uniffi-bindgen-gecko-js/components/generated/* # Floorp's exclusion list # userChrome.js -floorp/browser/extensions/userChromejs +floorp/browser/extensions/userChromejs/* +floorp/browser/components/calendar/* diff --git a/floorp/browser/components/notes/content/notes-bms.css b/floorp/browser/components/notes/content/notes-bms.css index a3ee7fd1e5b62..f1ce2db4fd03c 100644 --- a/floorp/browser/components/notes/content/notes-bms.css +++ b/floorp/browser/components/notes/content/notes-bms.css @@ -1,7 +1,7 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - + :root { --memo-list-sidebar-width: 20vw; --main-content-padding-to-sidebar: 2vw; @@ -10,30 +10,30 @@ background-color: var(--in-content-box-background-odd) !important; color: var(--in-content-page-color) !important; } - + button { background-color: var(--in-content-box-info-background) !important; transition: .2s ease-out; } - + button:hover, button#memo-add:hover { background-color: #ffffff40 !important; } - + button:active, button#memo-add:active { background-color: #ffffff50 !important; } - + #memo-add.selected { background-color: #ffffff30 !important; } - + #header { margin: 0 !important; } - + body, html { display: flex; min-height: 100% !important; @@ -48,20 +48,20 @@ overflow-y: auto; user-select: none; } - + #memo-title-input { display: inherit; width: 18em; margin-bottom: 1vh; background: var(--in-content-box-background-odd); } - + #memo-contents { padding: 0 var(--main-content-padding-to-sidebar); width: 100%; height: 100%; } - + .memo-list-item { margin: 5px; margin-bottom: 6px; @@ -71,19 +71,19 @@ border-radius: 5px; transition: .2s ease-out; } - + .memo-list-item.selected { background-color: #ffffff20; } - + .memo-list-item:hover { background-color: #ffffff30; } - + .memo-list-item:active { background-color: #ffffff40; } - + .memo-list-item::after { content: ""; background: gray; @@ -93,47 +93,47 @@ top: calc(100% + 5px); left: -5px; } - + #memo-lists-sidebar { height: 25vh; } - + #header-box { display: flex; border-bottom: solid 1px gray; height: 3em; } - + #memo-input { resize: none; max-width: 100%; width: 100%; background: var(--in-content-box-background-odd); } - + #memo-list { overflow: auto; display: flex; flex-direction: column; height: 100%; } - + #memo-add { margin: 0 auto; position: absolute; right: 24px; } - + #button-box { padding-bottom: 0; margin-left: auto; } - + #memo-input-box { display: flex; height: 90%; } - + #memo-delete { background-image: url("chrome://global/skin/icons/delete.svg"); background-repeat: no-repeat; @@ -145,45 +145,45 @@ max-height: 20px; margin-left: auto; } - + #titleAndDelete { display: flex; } - + #memo-form { margin-top: 1vh; height: 60%; margin-bottom: 1vh; } - + #memo-save { height: 2.5vw; } - + #beta { margin: auto 1vh 1vh; font-style: italic; color: gray; } - + #title-box { display: flex; } - + #html-output { overflow: auto; } - + #button-box { display: flex; justify-content: space-between; margin-top: 1vh; } - + #memo-markdown-preview { margin-right: auto; } - + #html-output { display: block; border: solid 1px gray; @@ -198,7 +198,7 @@ user-select: text; width: 100%; } - + #offline-label { font-weight: 600; line-height: 1.4em; diff --git a/floorp/browser/components/notes/content/notes-bms.html b/floorp/browser/components/notes/content/notes-bms.html index d9752a005bb98..147b6b971dbcd 100644 --- a/floorp/browser/components/notes/content/notes-bms.html +++ b/floorp/browser/components/notes/content/notes-bms.html @@ -5,7 +5,7 @@
- + diff --git a/floorp/browser/components/preferences/csk.inc.xhtml b/floorp/browser/components/preferences/csk.inc.xhtml index 61ab3b9109c46..42b8fdaa77838 100644 --- a/floorp/browser/components/preferences/csk.inc.xhtml +++ b/floorp/browser/components/preferences/csk.inc.xhtml @@ -17,7 +17,7 @@