From a0d889b1a22374aa2b9824914299515a425dcd6a Mon Sep 17 00:00:00 2001 From: JP Barbosa Date: Sat, 23 Dec 2023 00:51:25 -0300 Subject: [PATCH] Reduce Wikipedia button size --- css/furigana.css | 2 +- css/info.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/furigana.css b/css/furigana.css index f15cc85..eb0707f 100644 --- a/css/furigana.css +++ b/css/furigana.css @@ -30,7 +30,7 @@ ruby.furigana rtc.annotation rt { @media screen and (min-width: 769px) { #legend .name .furigana, - #info .furigana { + #info-data>.furigana { flex-direction: row; align-items: end; gap: 0.3em; diff --git a/css/info.css b/css/info.css index 3f1f4ea..ecea6ad 100644 --- a/css/info.css +++ b/css/info.css @@ -73,8 +73,8 @@ .wikipedia a { color: #000; background: rgba(255, 255, 255, 0.7); - padding: 0.8em; + padding: 0.6em 0.8em; border-radius: 0.5em; text-decoration: none; - font-size: 0.5em; + font-size: 0.4em; }