From 94c1e8aa40e6e4815ea6efc69ea91e1b09d4ceb4 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:36:27 +0700 Subject: [PATCH] used fixed width on settings buttons --- assets/styles/settings.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/styles/settings.css b/assets/styles/settings.css index 4a459cb..13738f5 100644 --- a/assets/styles/settings.css +++ b/assets/styles/settings.css @@ -42,8 +42,7 @@ .settings__button { display: block; color: inherit; - width: 100%; - max-width: 1.5rem; + width: 1.5rem; cursor: pointer; transition: ease-in-out 0.11s; transition-property: color, opacity;