mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
fix: align creator identity and activity rails
This commit is contained in:
committed by
Vyctor H. Brzezowski
parent
726e734287
commit
b953c189be
@@ -17483,10 +17483,23 @@ a.agentic-risk-finding-title:focus-visible {
|
||||
}
|
||||
|
||||
.publisher-published-rail-item {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.publisher-published-rail-item:nth-child(1) {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.publisher-published-rail-item:nth-child(2) {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.publisher-published-rail-item:nth-child(3) {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.publisher-published-rail .marketplace-icon {
|
||||
box-shadow: 0 0 0 2px var(--surface);
|
||||
}
|
||||
@@ -17519,6 +17532,21 @@ a.agentic-risk-finding-title:focus-visible {
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.browse-page .publisher-directory-list .publisher-card-list .publisher-card-identity {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.browse-page .publisher-directory-list .publisher-card-list .publisher-card-title-row {
|
||||
flex: 0 1 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.browse-page .publisher-directory-list .publisher-card-list .publisher-card-handle {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.browse-page .publisher-directory-list .publisher-card-list .publisher-card-name {
|
||||
font-size: 15px;
|
||||
line-height: 1.25;
|
||||
@@ -17575,6 +17603,11 @@ a.agentic-risk-finding-title:focus-visible {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.browse-page .publisher-published-rail .marketplace-icon {
|
||||
background: var(--surface);
|
||||
box-shadow: 0 0 0 2px var(--surface);
|
||||
}
|
||||
|
||||
.browse-page .publisher-directory-list .publisher-card .marketplace-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
|
||||
Reference in New Issue
Block a user