adapt link to listing in grid view to behave like a real link

This commit is contained in:
orangecoding
2026-01-26 10:43:38 +01:00
parent 2465514b7a
commit 28f7760120
2 changed files with 25 additions and 14 deletions

View File

@@ -103,4 +103,17 @@
&__setupButton {
margin-bottom: 1rem;
}
&__linkButton {
background: var(--semi-color-fill-0);
font-size: 14px;
line-height: 20px;
font-weight: 600;
height: 24px;
width: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
}
}