ソースを参照

Hide copyright section of pano

Kirk Trombley 3 年 前
コミット
091f3870e1
1 ファイル変更5 行追加0 行削除
  1. 5 0
      client/src/index.css

+ 5 - 0
client/src/index.css

@@ -77,3 +77,8 @@ button:disabled {
   opacity: 0;
   transition: opacity 500ms;
 }
+
+.gm-style-cc {
+  display: none !important;
+  /* hide the copyright information */
+}