ソースを参照

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;
 }