From 746498ceccf1bc6318ce208c4604edb1f0479353 Mon Sep 17 00:00:00 2001 From: MAYANKSHARMA Date: Sun, 5 Jan 2025 23:24:27 +0530 Subject: [PATCH 1/2] Fix the menu button padding --- .../themes/vocabulary-theme/vocabulary/css/vocabulary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css b/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css index 3346e76d..ec497444 100644 --- a/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css +++ b/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css @@ -2621,7 +2621,7 @@ body > footer .license svg { font-style: normal; font-weight: 700; font-size: 1em; - padding: .5rem 1rem; + padding: 0rem 1rem; } .primary-menu { From 523490e000d78c378ebb1690cc2351c4cc6bed20 Mon Sep 17 00:00:00 2001 From: MAYANKSHARMA Date: Sun, 5 Jan 2025 23:39:29 +0530 Subject: [PATCH 2/2] Adjust menu button positioning and padding for improved layout --- .../themes/vocabulary-theme/vocabulary/css/vocabulary.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css b/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css index ec497444..60e3fefa 100644 --- a/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css +++ b/cc_legal_tools/static/wp-content/themes/vocabulary-theme/vocabulary/css/vocabulary.css @@ -2610,7 +2610,7 @@ body > footer .license svg { button.expand-menu { position: absolute; top: 4.5em; - right: 0; + right: -2rem; display: inline-block; padding: .3em .5em; border: none; @@ -2621,7 +2621,7 @@ body > footer .license svg { font-style: normal; font-weight: 700; font-size: 1em; - padding: 0rem 1rem; + padding: 0.5rem 1rem; } .primary-menu {