소스 검색

improve toastr location for editing

Yuki Takei 5 년 전
부모
커밋
7c7bd7cbc7
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      CHANGES.md
  2. 4 0
      src/client/styles/scss/_on-edit.scss

+ 2 - 1
CHANGES.md

@@ -2,7 +2,8 @@
 
 ## v4.2.15-EC
 
-*
+* Improvement: toastr location for editing
+
 
 
 ## v4.2.14

+ 4 - 0
src/client/styles/scss/_on-edit.scss

@@ -76,6 +76,10 @@ body.on-edit {
     display: none;
   }
 
+  .toast-top-right {
+    top: 64px;
+  }
+
   /*****************
    * Expand Editor
    *****************/