소스 검색

Merge pull request #2601 from ian-r-rose/refine_hover

Style refinements to collaborator hover.
Steven Silvester 7 년 전
부모
커밋
23cda7f883
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      packages/codemirror/style/index.css

+ 5 - 1
packages/codemirror/style/index.css

@@ -82,8 +82,12 @@
   transform: translateX(-50%);
   color: white;
   border-radius: 3px;
-  padding: 1px;
+  padding-left: 4px;
+  padding-right: 4px;
+  padding-top: 1px;
+  padding-bottom: 1px;
   text-align: center;
+  font-size: var(--jp-ui-font-size1);
   white-space: nowrap;
 }