diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 2a5e0231c..b3a457aed 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -89,6 +89,9 @@ a { @apply outline-none; @apply transition; + font-size: var(--body-font-size); + line-height: var(--body-line-height); + &.link { @apply items-center; @apply px-2 py-1; @@ -151,7 +154,7 @@ a { .tippy-content > div { @apply flex flex-col; - @apply max-h-48; + @apply max-h-56; @apply items-stretch; @apply overflow-y-auto; @@ -162,6 +165,7 @@ a { hr { @apply border-b border-dividerLight; + @apply my-2; } .heading { diff --git a/components/app/Footer.vue b/components/app/Footer.vue index e24ad803a..3cd28ec3a 100644 --- a/components/app/Footer.vue +++ b/components/app/Footer.vue @@ -1,7 +1,7 @@