diff --git a/src/plugins/holynotes/components/icons/overFlowIcon.tsx b/src/plugins/holynotes/components/icons/overFlowIcon.tsx index c48727826..461a64703 100644 --- a/src/plugins/holynotes/components/icons/overFlowIcon.tsx +++ b/src/plugins/holynotes/components/icons/overFlowIcon.tsx @@ -4,18 +4,28 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -const overFlowIcon = (props: React.SVGProps): JSX.Element => ( -
- + {TabBar}
diff --git a/src/plugins/holynotes/style.css b/src/plugins/holynotes/style.css index 6f5fbd8fd..c3e10eae4 100644 --- a/src/plugins/holynotes/style.css +++ b/src/plugins/holynotes/style.css @@ -95,15 +95,6 @@ $modifier: var(--background-modifier-accent); position: relative; top: -10px; } -/* .vc-notebook-tabbar-bar::-webkit-scrollbar { - width: 8px; - height: 8px; -} - -.vc-notebook-tabbar-bar::-webkit-scrollbar-thumb { - background-color: red; - border-radius: 4px; -} */ .vc-notebook-tabbar-container { border-bottom: 1px solid var(--profile-body-divider-color);