perf: styles

This commit is contained in:
Junyan Qin
2025-05-10 10:48:27 +08:00
parent 7763f11f5d
commit 15e2535791
3 changed files with 23 additions and 16 deletions
@@ -33,6 +33,7 @@
display: flex;
flex-direction: column;
gap: 0.2rem;
width: 100%;
}
.basicInfoText {
@@ -67,6 +68,7 @@
align-items: center;
justify-content: flex-start;
gap: 0.2rem;
width: calc(100% - 3rem);
}
.baseURLIcon {
@@ -77,7 +79,12 @@
.baseURLText {
font-size: 1rem;
width: 100%;
color: #626262;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
}
.abilitiesContainer {