From c61c1f1cc7474ef15aed60e8292f9262fafda02b Mon Sep 17 00:00:00 2001 From: David Haz Date: Thu, 10 Jul 2025 22:12:12 +0300 Subject: [PATCH] cleanup --- src/components/code/CliInstallation.vue | 1 - src/css/base.css | 1 - src/css/category.css | 1 - src/css/landing.css | 1 - src/css/sidebar.css | 5 ----- 5 files changed, 9 deletions(-) diff --git a/src/components/code/CliInstallation.vue b/src/components/code/CliInstallation.vue index 6f26351..1384cc4 100644 --- a/src/components/code/CliInstallation.vue +++ b/src/components/code/CliInstallation.vue @@ -140,7 +140,6 @@ const { command } = defineProps<{ border-top: none !important; } -/* Code Block Styles */ :deep(.v-code-block) { background: #0b0b0b; font-weight: 400; diff --git a/src/css/base.css b/src/css/base.css index c7a57a9..63fbe89 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -29,7 +29,6 @@ body { border: 1px solid #142216; } -/* Mobile toast container fixes */ @media (max-width: 640px) { .p-toast { position: fixed !important; diff --git a/src/css/category.css b/src/css/category.css index ccf6f31..3404ae9 100644 --- a/src/css/category.css +++ b/src/css/category.css @@ -431,7 +431,6 @@ div:has(> .props-table) { height: 300px; } -/* Contribution Section Responsive Styles */ .contribute-buttons { display: flex; align-items: center; diff --git a/src/css/landing.css b/src/css/landing.css index 546fc20..b64b1b9 100644 --- a/src/css/landing.css +++ b/src/css/landing.css @@ -880,7 +880,6 @@ } } -/* Mobile hero background styles */ .mobile-hero-background-container { position: absolute; inset: 0; diff --git a/src/css/sidebar.css b/src/css/sidebar.css index 3107d3e..0da5261 100644 --- a/src/css/sidebar.css +++ b/src/css/sidebar.css @@ -200,7 +200,6 @@ transition: .3s ease; } -/* Active and Hover Line Indicators */ .active-line { position: absolute; left: 0; @@ -225,7 +224,6 @@ z-index: 1; } -/* Categories Structure */ .categories-list { display: flex; flex-direction: column; @@ -279,7 +277,6 @@ background-color: #0a0a0a; } -/* Header Component Styles */ .main-nav { position: fixed; top: 0; @@ -427,7 +424,6 @@ transition: 0.3s ease; } -/* Mobile Drawer Styles */ .drawer-overlay { position: fixed; top: 0; @@ -536,7 +532,6 @@ margin: 1rem 0; } -/* Drawer Navigation Styles */ .drawer-navigation { margin-bottom: 2rem; }