소스 검색

[editor] Player icon is too large

Romain Rigaux 10 년 전
부모
커밋
e0e3bc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -152,7 +152,7 @@ ${ require.config() }
         </a>
 
         <a class="btn pointer" title="${ _('Player mode') }" rel="tooltip" data-placement="bottom" data-bind="click: function(){ hueUtils.goFullScreen(); $root.isEditing(false); $root.isPlayerMode(true); }">
-          <i class="fa fa-fw fa-expand"></i>
+          <i class="fa fa-expand"></i>
         </a>
 
         % if mode != 'editor':