소스 검색

HUE-3565 [editor] Hue icon not aligned in Player mode

Enrico Berti 9 년 전
부모
커밋
17cdefe
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 4 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -948,3 +948,7 @@ code.history-item {
   border: none;
   color: #666;
 }
+
+.player-toolbar img {
+  margin-top: 12px;
+}