From d90f084badb74e5315bb62d48cc1e34b06d350fc Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:08:00 +0700 Subject: [PATCH] periodic table: update styles --- .config/ags/modules/cheatsheet/periodictable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/ags/modules/cheatsheet/periodictable.js b/.config/ags/modules/cheatsheet/periodictable.js index e7dcd4aad..fbf656589 100644 --- a/.config/ags/modules/cheatsheet/periodictable.js +++ b/.config/ags/modules/cheatsheet/periodictable.js @@ -48,7 +48,7 @@ export default () => { }), Label({ label: `${niceTypes[type]}`, - className: "txt-small", + className: "txt txt-small", }) ] }) @@ -72,7 +72,7 @@ export default () => { }); const legend = Box({ hpack: 'center', - className: 'spacing-h-10', + className: 'spacing-h-20', children: [ BoardColor('metal'), BoardColor('nonmetal'),