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;
}
/* Code Block Styles */
:deep(.v-code-block) {
background: #0b0b0b;
font-weight: 400;

View File

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

View File

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

View File

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

View File

@@ -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;
}