diff --git a/components.d.ts b/components.d.ts index 667372cb..5d8b4d23 100644 --- a/components.d.ts +++ b/components.d.ts @@ -40,7 +40,6 @@ declare module '@vue/runtime-core' { ReferAndEarnDialog: typeof import('./src/plugins/vuetify/@core/components/ReferAndEarnDialog.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] - ShareProjectDialog: typeof import('./src/plugins/vuetify/@core/components/ShareProjectDialog.vue')['default'] Shortcuts: typeof import('./src/plugins/vuetify/@core/components/Shortcuts.vue')['default'] TheCustomizer: typeof import('./src/plugins/vuetify/@core/components/TheCustomizer.vue')['default'] ThemeSwitcher: typeof import('./src/plugins/vuetify/@core/components/ThemeSwitcher.vue')['default'] diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 7b431e38..a6922f14 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -41,97 +41,55 @@ const showDiscord = window.location.host.search('ping.pub') > -1;
+ :class="{ block: sidebarShow, 'hidden xl:!block': !sidebarShow }">

Ping.pub

-
+
-
-
- +
+
+
- - -
+ class="collapse-title px-4 flex items-center h-12 cursor-pointer hover:bg-gray-100 dark:hover:bg-[#373f59]"> + + +
{{ item?.title }}
-
+
{{ item?.badgeContent }}
- - - -
+ + + +
{{ item?.title }}
-
+
{{ item?.badgeContent }}
-
+
{{ item?.heading }}
-
+
Sponsors
- - -
+ + +
Osmosis
- - -
+ + +
Becole
Links
- + -
+
Twitter
- + -
+
Discord
- + -
+
FAQ
@@ -251,13 +160,8 @@ const showDiscord = window.location.host.search('ping.pub') > -1;
-
-
+
+
diff --git a/src/style.css b/src/style.css index 7a7389e0..8b35c66e 100644 --- a/src/style.css +++ b/src/style.css @@ -16,20 +16,6 @@ } } -.collapse-title, -:where(.collapse > input[type='checkbox']) { - padding: 0; - padding-right: 0; - min-height: unset; -} - -.collapse-open :where(.collapse-content), -.collapse:focus:not(.collapse-close) :where(.collapse-content), -.collapse:not(.collapse-close) - :where(input[type='checkbox']:checked ~ .collapse-content) { - padding-bottom: 0; -} - .table th:first-child { position: relative; z-index: 2;