main
Haoming 2025-03-14 10:55:46 +08:00
parent 5a7212eb35
commit c3c8cfb4d2
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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;