Changes before error encountered

Co-authored-by: DidiDidi129 <136057713+DidiDidi129@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-16 04:35:25 +00:00
parent 24e3353493
commit f04ea9c249
2 changed files with 19 additions and 6 deletions

View File

@@ -1041,8 +1041,8 @@ input, select, textarea {
}
ul.icons li a.icon-matrix img {
width: 1rem;
height: 1rem;
width: auto;
height: 0.85rem;
display: block;
}
@@ -1051,7 +1051,7 @@ input, select, textarea {
content: attr(data-tooltip);
position: absolute;
bottom: calc(100% + 8px);
left: 50%;
left: 1.125rem;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
@@ -1070,7 +1070,7 @@ input, select, textarea {
content: '';
position: absolute;
bottom: calc(100% + 2px);
left: 50%;
left: 1.125rem;
transform: translateX(-50%);
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.8);