ソースを参照

PageTagForm appear in editor mode

yusuketk 7 年 前
コミット
2909270ae7
2 ファイル変更5 行追加0 行削除
  1. 1 0
      src/client/styles/scss/_on-edit.scss
  2. 4 0
      src/client/styles/scss/_page.scss

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

@@ -115,6 +115,7 @@ body.on-edit {
     }
     }
     div#page-tag {
     div#page-tag {
       float: right;
       float: right;
+      display: inline;
     }
     }
 
 
     // hide if screen size is less than tablet
     // hide if screen size is less than tablet

+ 4 - 0
src/client/styles/scss/_page.scss

@@ -11,6 +11,10 @@
     // the container of h1
     // the container of h1
     div.title-container {
     div.title-container {
       margin-right: auto;
       margin-right: auto;
+      // hide unnecessary element
+      div#page-tag {
+        display: none;
+      }
     }
     }
 
 
     .btn-copy, .btn-copy-link, .btn-edit {
     .btn-copy, .btn-copy-link, .btn-edit {