From 353c2be1dd723ae8c0c482de4b2dd6cb478e9d52 Mon Sep 17 00:00:00 2001 From: Daniel Wilkowski Date: Tue, 3 Oct 2023 10:08:57 +0200 Subject: [PATCH] Add small github button --- resources/js/components/github-button.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/js/components/github-button.vue b/resources/js/components/github-button.vue index 37eeb9dfa..00556d94e 100644 --- a/resources/js/components/github-button.vue +++ b/resources/js/components/github-button.vue @@ -47,10 +47,15 @@ box-sizing: content-box; font-weight: 600; border: 1px solid; - height: 16px; - padding: 5px 10px; - font-size: 12px; - line-height: 16px; + //height: 16px; + //padding: 5px 10px; + //font-size: 12px; + //line-height: 16px; + + height: 14px; + padding: 2px 5px; + font-size: 11px; + line-height: 14px; &:focus-visible { outline: 2px solid #0969da;