Skip to content

Commit 6a7136f

Browse files
committed
fix(docs): add scoped vp-doc override fixes for tiny-robot components
1 parent ccb3f79 commit 6a7136f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.vitepress/theme/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,20 @@ img.image-inline {
868868
margin: 0 !important;
869869
}
870870

871+
.vp-doc[class*="_components_history"] .tr-history__menu-list__item {
872+
line-height: normal;
873+
}
874+
875+
.vp-doc[class*="_components_history"] .tr-history__menu-list__item + .tr-history__menu-list__item {
876+
margin-top: 0;
877+
}
878+
879+
.vp-doc[class*="_components_mcp-add-form"] .form-editor__file-upload > img,
880+
.vp-doc[class*="_components_mcp-server-picker"] .form-editor__file-upload > img {
881+
margin: 0;
882+
display: block;
883+
}
884+
871885
/* custom-block layout fix */
872886
.vp-doc[class*="_tiny-robot_"] .custom-block {
873887
display: grid;

0 commit comments

Comments
 (0)