Sfoglia il codice sorgente

Hide copyright section of pano

Kirk Trombley 3 anni fa
parent
commit
091f3870e1
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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 */
+}