Browse Source

HUE-5053 [home] Fix search icon overlap

Johan Ahlen 9 năm trước cách đây
mục cha
commit
e32b11f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      desktop/core/src/desktop/templates/document_browser.mako

+ 1 - 2
desktop/core/src/desktop/templates/document_browser.mako

@@ -320,8 +320,7 @@ from desktop.views import _ko
     .doc-browser-search-container {
       position: absolute;
       top: 26px;
-      right: 330px;
-
+      right: 370px;
       -webkit-animation-name: doc-browser-search-visible;
       animation-name: doc-browser-search-visible;
       -webkit-animation-duration: 0.4s;