diff --git a/controllets/google-cards-controllet/google-card-controllet.html b/controllets/google-cards-controllet/google-card-controllet.html index 9d6a1a3..c2076ca 100755 --- a/controllets/google-cards-controllet/google-card-controllet.html +++ b/controllets/google-cards-controllet/google-card-controllet.html @@ -46,8 +46,8 @@ paper-fab#fullscreen-button { position: absolute; /*z-index: 10;*/ - top: 0px; - right: 0px; + top: 10px; + left: 10px; --paper-fab-background:#2196F3; padding : 0px; margin: 0px; @@ -84,13 +84,17 @@ width: 100%; } + :host #docs-header{ + display : none; + } +
- +