diff --git a/.vuepress/theme/DropdownLink.vue b/.vuepress/theme/DropdownLink.vue index 22a55a2c..49bd7021 100644 --- a/.vuepress/theme/DropdownLink.vue +++ b/.vuepress/theme/DropdownLink.vue @@ -1,155 +1,51 @@ - - diff --git a/.vuepress/theme/DropdownTransition.vue b/.vuepress/theme/DropdownTransition.vue index 47178f87..4011b62c 100644 --- a/.vuepress/theme/DropdownTransition.vue +++ b/.vuepress/theme/DropdownTransition.vue @@ -1,30 +1,29 @@ \ No newline at end of file + .dropdown-enter, .dropdown-leave-to { + height: 0 !important; + } + diff --git a/.vuepress/theme/Home.vue b/.vuepress/theme/Home.vue index f3d019d6..0274c12b 100644 --- a/.vuepress/theme/Home.vue +++ b/.vuepress/theme/Home.vue @@ -1,134 +1,43 @@ - - diff --git a/.vuepress/theme/Layout.vue b/.vuepress/theme/Layout.vue index 061f1ecd..b7b0e00b 100644 --- a/.vuepress/theme/Layout.vue +++ b/.vuepress/theme/Layout.vue @@ -1,133 +1,133 @@ - \ No newline at end of file + diff --git a/.vuepress/theme/NavLink.vue b/.vuepress/theme/NavLink.vue index 01add321..9b574744 100644 --- a/.vuepress/theme/NavLink.vue +++ b/.vuepress/theme/NavLink.vue @@ -1,46 +1,47 @@ diff --git a/.vuepress/theme/NavLinks.vue b/.vuepress/theme/NavLinks.vue index 11d415ea..6cf97d8b 100644 --- a/.vuepress/theme/NavLinks.vue +++ b/.vuepress/theme/NavLinks.vue @@ -1,134 +1,100 @@ - - \ No newline at end of file diff --git a/.vuepress/theme/Navbar.vue b/.vuepress/theme/Navbar.vue index 0cfca08c..6b569181 100644 --- a/.vuepress/theme/Navbar.vue +++ b/.vuepress/theme/Navbar.vue @@ -1,74 +1,42 @@ - - diff --git a/.vuepress/theme/NotFound.vue b/.vuepress/theme/NotFound.vue index 6aefe797..b86355a3 100644 --- a/.vuepress/theme/NotFound.vue +++ b/.vuepress/theme/NotFound.vue @@ -1,26 +1,30 @@ diff --git a/.vuepress/theme/SearchBox.vue b/.vuepress/theme/SearchBox.vue index bcf82ed3..399255e1 100644 --- a/.vuepress/theme/SearchBox.vue +++ b/.vuepress/theme/SearchBox.vue @@ -1,221 +1,137 @@ - - diff --git a/.vuepress/theme/Sidebar.vue b/.vuepress/theme/Sidebar.vue index 28aab8e2..9bdc3050 100644 --- a/.vuepress/theme/Sidebar.vue +++ b/.vuepress/theme/Sidebar.vue @@ -1,105 +1,70 @@ - - \ No newline at end of file diff --git a/.vuepress/theme/SidebarButton.vue b/.vuepress/theme/SidebarButton.vue index b84f564c..34a64a2c 100644 --- a/.vuepress/theme/SidebarButton.vue +++ b/.vuepress/theme/SidebarButton.vue @@ -1,7 +1,9 @@ diff --git a/.vuepress/theme/SidebarGroup.vue b/.vuepress/theme/SidebarGroup.vue index e81d0b83..300a0b37 100644 --- a/.vuepress/theme/SidebarGroup.vue +++ b/.vuepress/theme/SidebarGroup.vue @@ -1,64 +1,28 @@ - - \ No newline at end of file diff --git a/.vuepress/theme/SidebarLink.vue b/.vuepress/theme/SidebarLink.vue index b02ee942..ad30102f 100644 --- a/.vuepress/theme/SidebarLink.vue +++ b/.vuepress/theme/SidebarLink.vue @@ -1,89 +1,57 @@ - - \ No newline at end of file diff --git a/.vuepress/theme/search.svg b/.vuepress/theme/search.svg index 03d83913..e1f7705c 100644 --- a/.vuepress/theme/search.svg +++ b/.vuepress/theme/search.svg @@ -1 +1,7 @@ - + + + + + + + diff --git a/.vuepress/theme/styles/layout.css b/.vuepress/theme/styles/layout.css index a09fc22b..9c959ca5 100644 --- a/.vuepress/theme/styles/layout.css +++ b/.vuepress/theme/styles/layout.css @@ -13,6 +13,12 @@ @screen md { @apply .p-8; } + + &.error-page { + h1 { + @apply .pt-12 !important; + } + } } .table-of-contents { @@ -43,7 +49,7 @@ .next, .prev { @apply .inline-block; } - + .next { @apply .float-right; } diff --git a/.vuepress/theme/styles/text.css b/.vuepress/theme/styles/text.css index 4248e800..57448ee2 100644 --- a/.vuepress/theme/styles/text.css +++ b/.vuepress/theme/styles/text.css @@ -46,6 +46,10 @@ a.header-anchor { } } +blockquote { + @apply .border-l-4 .border-grey-light .text-grey .p-1 .pl-4 .font-light .my-4 .text-xl; +} + h1, h2, h3, h4, h5, h6 { @apply .mb-4 .font-semibold;