From c3c8cfb4d2793455abb292c4042b579b970ab03e Mon Sep 17 00:00:00 2001 From: Haoming Date: Fri, 14 Mar 2025 10:55:46 +0800 Subject: [PATCH] 2025 --- LICENSE | 2 +- style.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 91b74be..f727380 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Haoming +Copyright (c) 2025 Haoming Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/style.css b/style.css index 0d54551..91b2637 100644 --- a/style.css +++ b/style.css @@ -7,10 +7,9 @@ #le-formatter button { height: 24px; padding: 2px 8px; - border-radius: 0.2em; + border-radius: 0.25em; border: var(--button-border-width) solid var(--button-secondary-border-color); background: var(--button-secondary-background-fill); - display: flex; justify-content: center; align-items: center;