v1.0.10 - UX upgrades

This commit is contained in:
LINING-PC\lining
2025-07-06 11:03:03 +08:00
parent 94ee66cbb4
commit af4a35254f
20 changed files with 2026 additions and 191 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
font-weight: 500;
cursor: pointer;
border: 1px solid;
transition: all 0.2s;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
opacity 0.2s ease;
display: inline-flex;
align-items: center;
gap: 6px;