This commit is contained in:
David Haz
2025-07-10 22:12:12 +03:00
parent 8866f339c2
commit c61c1f1cc7
5 changed files with 0 additions and 9 deletions

View File

@@ -140,7 +140,6 @@ const { command } = defineProps<{
border-top: none !important; border-top: none !important;
} }
/* Code Block Styles */
:deep(.v-code-block) { :deep(.v-code-block) {
background: #0b0b0b; background: #0b0b0b;
font-weight: 400; font-weight: 400;

View File

@@ -29,7 +29,6 @@ body {
border: 1px solid #142216; border: 1px solid #142216;
} }
/* Mobile toast container fixes */
@media (max-width: 640px) { @media (max-width: 640px) {
.p-toast { .p-toast {
position: fixed !important; position: fixed !important;

View File

@@ -431,7 +431,6 @@ div:has(> .props-table) {
height: 300px; height: 300px;
} }
/* Contribution Section Responsive Styles */
.contribute-buttons { .contribute-buttons {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@@ -880,7 +880,6 @@
} }
} }
/* Mobile hero background styles */
.mobile-hero-background-container { .mobile-hero-background-container {
position: absolute; position: absolute;
inset: 0; inset: 0;

View File

@@ -200,7 +200,6 @@
transition: .3s ease; transition: .3s ease;
} }
/* Active and Hover Line Indicators */
.active-line { .active-line {
position: absolute; position: absolute;
left: 0; left: 0;
@@ -225,7 +224,6 @@
z-index: 1; z-index: 1;
} }
/* Categories Structure */
.categories-list { .categories-list {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -279,7 +277,6 @@
background-color: #0a0a0a; background-color: #0a0a0a;
} }
/* Header Component Styles */
.main-nav { .main-nav {
position: fixed; position: fixed;
top: 0; top: 0;
@@ -427,7 +424,6 @@
transition: 0.3s ease; transition: 0.3s ease;
} }
/* Mobile Drawer Styles */
.drawer-overlay { .drawer-overlay {
position: fixed; position: fixed;
top: 0; top: 0;
@@ -536,7 +532,6 @@
margin: 1rem 0; margin: 1rem 0;
} }
/* Drawer Navigation Styles */
.drawer-navigation { .drawer-navigation {
margin-bottom: 2rem; margin-bottom: 2rem;
} }