Skip to content

Commit cc9d76c

Browse files
authored
Tighten profile tag styling (#43)
1 parent 1e6346a commit cc9d76c

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

src/styles.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ meter {
934934

935935
.profile-sections section {
936936
display: grid;
937+
align-content: start;
937938
gap: 10px;
938939
padding: 14px;
939940
border: 1px solid var(--color-line);
@@ -948,15 +949,21 @@ meter {
948949
.tag-list {
949950
display: flex;
950951
flex-wrap: wrap;
951-
gap: 8px;
952+
align-content: flex-start;
953+
gap: 6px;
952954
}
953955

954956
.tag-list span {
955-
padding: 7px 10px;
956-
border-radius: 999px;
957+
max-width: 100%;
958+
padding: 4px 8px;
959+
border: 1px solid color-mix(in srgb, var(--color-line) 72%, var(--color-text-secondary));
960+
border-radius: 6px;
957961
background: var(--color-surface-hover);
958962
color: var(--color-text-secondary);
959-
font-weight: 700;
963+
font-size: 0.86rem;
964+
font-weight: 650;
965+
line-height: 1.25;
966+
overflow-wrap: anywhere;
960967
}
961968

962969
.agent-row:last-child {

0 commit comments

Comments
 (0)