mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 22:49:31 -07:00
cleanup
This commit is contained in:
@@ -140,7 +140,6 @@ const { command } = defineProps<{
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
/* Code Block Styles */
|
||||
:deep(.v-code-block) {
|
||||
background: #0b0b0b;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -29,7 +29,6 @@ body {
|
||||
border: 1px solid #142216;
|
||||
}
|
||||
|
||||
/* Mobile toast container fixes */
|
||||
@media (max-width: 640px) {
|
||||
.p-toast {
|
||||
position: fixed !important;
|
||||
|
||||
@@ -431,7 +431,6 @@ div:has(> .props-table) {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
/* Contribution Section Responsive Styles */
|
||||
.contribute-buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -880,7 +880,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile hero background styles */
|
||||
.mobile-hero-background-container {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user