diff --git a/src/app/libraryh3lp/libraryh3lp.component.html b/src/app/libraryh3lp/libraryh3lp.component.html index 163dda8d..98900274 100644 --- a/src/app/libraryh3lp/libraryh3lp.component.html +++ b/src/app/libraryh3lp/libraryh3lp.component.html @@ -4,7 +4,7 @@ (click)="toggleChat()" (touchend)="toggleChat()" class="h3lp" - style="transform: rotate(180deg) translateX(-20px)" + style="transform: rotate(180deg); margin-left: -20px" > Chat diff --git a/src/app/libraryh3lp/libraryh3lp.component.scss b/src/app/libraryh3lp/libraryh3lp.component.scss index 7078cadf..e9e9d728 100644 --- a/src/app/libraryh3lp/libraryh3lp.component.scss +++ b/src/app/libraryh3lp/libraryh3lp.component.scss @@ -1,7 +1,7 @@ .libraryh3lp-container { position: fixed; - bottom: 800px; - right: 20px; + bottom: 250px; + right: 10px; z-index: 9999; } @@ -28,4 +28,4 @@ .h3lp { display: none; } -} \ No newline at end of file +}