diff --git a/dashboard/src/components/Expandable.vue b/dashboard/src/components/Expandable.vue index 455db34c..e594688c 100644 --- a/dashboard/src/components/Expandable.vue +++ b/dashboard/src/components/Expandable.vue @@ -34,12 +34,14 @@ } } - .icon { + & .icon { transition: transform var(--animation-time); - transform-origin: 50% 60%; + transform-origin: 50% 50%; + position: relative; + top: 0.125rem; } - .icon-open { + & .icon-open { transform: rotate(179deg); } } diff --git a/dashboard/src/components/docs/DocsLayout.vue b/dashboard/src/components/docs/DocsLayout.vue index 3bb6178e..2c895240 100644 --- a/dashboard/src/components/docs/DocsLayout.vue +++ b/dashboard/src/components/docs/DocsLayout.vue @@ -15,34 +15,31 @@ + class="py-1 px-2 rounded hover:bg-gray-700 hidden lg:block"> Go to dashboard + - -
- - This documentation is a work in progress. -
- -
+
-