Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,10 @@ article .card h2 {
user-select: none;
}

.tsd-flag-group {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesnt look right, we already have margin on the group, its missing on tsd-flag

image image

for tsd-flag we want just margin-right, it has a negative top margin and you would override it this way

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm the screen above is parameters, but the one in OP is on higher level (method name). this will be probably more tricky, you will need to target this better most likely.

try to debug this directly on the SDK docs so you can see how things end up visually. you can run them separately.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh.. I see.
Should be fixed now ✅
CleanShot 2024-11-18 at 13 00 30@2x

margin: 0 .5rem;
}

.tsd-panel .tsd-flag {
color: #f2f3fb;
}
Expand Down