diff --git a/src/assets/.DS_Store b/src/assets/.DS_Store new file mode 100644 index 0000000..f2e1abb Binary files /dev/null and b/src/assets/.DS_Store differ diff --git a/src/assets/check.svg b/src/assets/check.svg new file mode 100644 index 0000000..9df257d --- /dev/null +++ b/src/assets/check.svg @@ -0,0 +1,3 @@ + diff --git a/src/content.css b/src/content.css index a3f459c..457b84f 100644 --- a/src/content.css +++ b/src/content.css @@ -2,7 +2,6 @@ .omni-extension ::-webkit-scrollbar { width: 10px; height: 10px; - transition: 1s; } .omni-extension ::-webkit-scrollbar-thumb { @@ -10,13 +9,11 @@ background-clip: padding-box; border: 2px solid transparent; border-radius: 5px; - transition: 1s; } .omni-extension ::-webkit-scrollbar-thumb:vertical:hover, .omni-extension ::-webkit-scrollbar-thumb:horizontal:hover { background-color: rgb(110, 110, 110); - transition: 0.3s; } .omni-extension ::-webkit-scrollbar-track { @@ -345,10 +342,38 @@ .omni-extension .omni-keys span { margin-left: 3px; } -#body-wrap { - width: calc(100% - 350px); - overflow: auto; - position: absolute; - top: 0px; +#omni-extension-toast { + text-align: center; + font-family: Inter; + font-weight: 500; + font-size: 14px; + position: fixed; + width: fit-content; + color: var(--text); + bottom: 10px; left: 0px; + right: 0px; + margin: auto; + background: var(--background); + border-radius: 5px; + height: 40px; + line-height: 40px; + display: block; + padding-left: 10px; + padding-right: 10px; + visibility: hidden; + opacity: 0; + transition: all 0.2s cubic-bezier(0.05, 0.03, 0.35, 1); + z-index: 99999999; +} +#omni-extension-toast img { + display: inline-block; + margin-right: 5px; + vertical-align: middle; + margin-bottom: 2px; +} +.omni-show-toast { + bottom: 20px !important; + opacity: 1 !important; + visibility: visible !important; } diff --git a/src/content.html b/src/content.html index aa212d7..08c9765 100644 --- a/src/content.html +++ b/src/content.html @@ -18,5 +18,6 @@
+