diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 6fb7131ed..9101d08f6 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -94,11 +94,12 @@ a { &.link { @apply items-center; - @apply px-2 py-1; - @apply -mx-2 -my-1; + @apply px-1 py-0.5; + @apply -mx-1 -my-0.5; @apply text-accent; + @apply rounded; @apply hover:text-accentDark; - @apply focus-visible:(ring ring-inset ring-accent); + @apply focus-visible:(ring ring-accent); } } @@ -134,22 +135,10 @@ a { font-size: var(--body-font-size); line-height: var(--body-line-height); - } - &[x-placement^="top"] .tippy-tooltip .tippy-arrow { - @apply border-t-popover; - } - - &[x-placement^="bottom"] .tippy-tooltip .tippy-arrow { - @apply border-b-popover; - } - - &[x-placement^="left"] .tippy-tooltip .tippy-arrow { - @apply border-l-popover; - } - - &[x-placement^="right"] .tippy-tooltip .tippy-arrow { - @apply border-r-popover; + .tippy-roundarrow svg { + @apply fill-popover; + } } } diff --git a/components/app/Footer.vue b/components/app/Footer.vue index 43c1a37f1..249358235 100644 --- a/components/app/Footer.vue +++ b/components/app/Footer.vue @@ -26,7 +26,6 @@ diff --git a/components/app/Header.vue b/components/app/Header.vue index 7e1e22755..d5925e796 100644 --- a/components/app/Header.vue +++ b/components/app/Header.vue @@ -15,21 +15,13 @@ icon="offline_bolt" @click.native="showInstallPrompt()" /> - - - + + +