From 8b3b6a471b38d12a2ec217482969e648a65c2cca Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sat, 26 Sep 2020 07:07:22 +0530 Subject: [PATCH] chore: dependency updates, minor UI fixes --- assets/scss/styles.scss | 8 +------- components/layout/contributors.vue | 5 +++++ package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 8268bb009..07e66c241 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -176,6 +176,7 @@ hr { .tooltip { @apply z-50; + @apply outline-none; .tooltip-inner { @apply rounded-lg; @@ -820,10 +821,3 @@ section { .virtual-list { @apply overflow-auto; } - -.github-sponsor { - @apply rounded-full; - @apply mr-4; - max-width: 64px; - max-height: 64px; -} diff --git a/components/layout/contributors.vue b/components/layout/contributors.vue index c68309e7a..13bb96e8f 100644 --- a/components/layout/contributors.vue +++ b/components/layout/contributors.vue @@ -231,6 +231,11 @@ @apply overflow-auto; @apply my-4; } + +.github-sponsor { + @apply mr-2; + @apply rounded-full; +}