diff --git a/src/App.vue b/src/App.vue
index 361308cf..10c3e02b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -173,6 +173,7 @@ onBeforeUnmount(() => {
:root {
color-scheme: only light;
+ scrollbar-color: #4b4f52 #d1d5db;
}
::-webkit-scrollbar {
@@ -195,10 +196,6 @@ onBeforeUnmount(() => {
background-color: #0b0e0f;
}
- :root {
- scrollbar-color: #4b4f52 #d1d5db;
- }
-
.dark ::-webkit-scrollbar {
background-color: #15191a;
}
diff --git a/src/app.css b/src/app.css
index 993eb45f..90fa5777 100644
--- a/src/app.css
+++ b/src/app.css
@@ -4,6 +4,7 @@
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ --color-light-200: #cacaca;
--color-dark-100: #3f3f46;
--color-dark-300: #323232;
--color-dark-400: #222222;
@@ -33,7 +34,7 @@
}
@utility skip-segment-icon {
- font-size: 1.6em !important;
- line-height: inherit !important;
+ font-size: 1.6em;
+ line-height: inherit;
margin-left: 0.4em;
}
diff --git a/src/components/AddToGroupModal.vue b/src/components/AddToGroupModal.vue
index 2dd8f66c..585c87c3 100644
--- a/src/components/AddToGroupModal.vue
+++ b/src/components/AddToGroupModal.vue
@@ -6,10 +6,9 @@
{{ group.groupName }}
-
@@ -33,6 +32,7 @@
import { ref, onMounted } from "vue";
import ModalComponent from "./ModalComponent.vue";
import CreateGroupModal from "./CreateGroupModal.vue";
+import UiCheckbox from "./ui/Checkbox.vue";
import { getChannelGroups, createOrUpdateChannelGroup } from "@/composables/useChannelGroups.js";
const props = defineProps({
diff --git a/src/components/ChannelItem.vue b/src/components/ChannelItem.vue
index b5b94394..76524f4d 100644
--- a/src/components/ChannelItem.vue
+++ b/src/components/ChannelItem.vue
@@ -69,7 +69,6 @@ const channelId = computed(() => props.item.url.substr(-24));
async function updateSubscribedStatus() {
subscribed.value = await fetchSubscriptionStatus(channelId.value);
- console.log(subscribed.value);
}
function subscribeHandler() {
diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue
index aa88fc98..646a2dee 100644
--- a/src/components/ChannelPage.vue
+++ b/src/components/ChannelPage.vue
@@ -275,9 +275,3 @@ onUnmounted(() => {
window.removeEventListener("scroll", handleScroll);
});
-
-
diff --git a/src/components/ChaptersBar.vue b/src/components/ChaptersBar.vue
index b12d006b..09ca1682 100644
--- a/src/components/ChaptersBar.vue
+++ b/src/components/ChaptersBar.vue
@@ -95,12 +95,10 @@ const isCurrentChapter = index => {
defineEmits(["seek"]);
-
diff --git a/src/components/ExportHistoryModal.vue b/src/components/ExportHistoryModal.vue
index 652c30b3..251b04a9 100644
--- a/src/components/ExportHistoryModal.vue
+++ b/src/components/ExportHistoryModal.vue
@@ -8,7 +8,7 @@
-
+
-
+
-
+
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index d09a2527..6be32026 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -25,16 +25,11 @@
@focus="onInputFocus"
@blur="onInputBlur"
/>
- ⨉
+