浏览代码

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