From 30cb721d6feada8f41ca476cb0a52dc6dc7bf001 Mon Sep 17 00:00:00 2001 From: Lynn Date: Wed, 23 Jun 2021 17:50:37 +0200 Subject: [PATCH] Minor adjustment to the positioning of footer text/icon --- .../components/footer/footer.component.html | 4 +- .../components/footer/footer.component.scss | 38 +------------------ 2 files changed, 4 insertions(+), 38 deletions(-) diff --git a/wowup-electron/src/app/components/footer/footer.component.html b/wowup-electron/src/app/components/footer/footer.component.html index 6409d314..3ef7c812 100644 --- a/wowup-electron/src/app/components/footer/footer.component.html +++ b/wowup-electron/src/app/components/footer/footer.component.html @@ -4,7 +4,7 @@

{{ sessionService.pageContextText$ | async }}

v{{ versionNumber | async }}

-
{{'APP.WOWUP_UPDATE.CHECKING_FOR_UPDATE' | translate}}
+

{{'APP.WOWUP_UPDATE.CHECKING_FOR_UPDATE' | translate}}

@@ -24,4 +24,4 @@
- \ No newline at end of file + diff --git a/wowup-electron/src/app/components/footer/footer.component.scss b/wowup-electron/src/app/components/footer/footer.component.scss index 68e1d202..cb4cf4b1 100644 --- a/wowup-electron/src/app/components/footer/footer.component.scss +++ b/wowup-electron/src/app/components/footer/footer.component.scss @@ -7,7 +7,7 @@ footer { align-items: center; p { - font-size: 0.8em; + font-size: 0.85em; margin: 0; } @@ -18,38 +18,10 @@ footer { cursor: pointer; } - .link { - .mat-icon { - height: 20px; - width: 20px; - } - } - - .patreon-link { - padding: 0 0.25em; - .patron-img { - height: 25px; - } - } - - .discord-link { - height: 20px; - padding: 2.5px 0.25em; - } - - .github-link { - height: 20px; - padding: 2.5px 0.25em; - } - - .guide-link { - height: 20px; - padding: 2.5px 0.25em; - } - .footer-button { height: 25px; padding: 0 0.5em; + margin: 3px 0 0 0; overflow: hidden; border-radius: 4px; border: none; @@ -85,12 +57,6 @@ footer { &:hover { cursor: pointer; } - - &.animate { - .mat-icon { - animation: rotate 1.5s infinite linear reverse; - } - } } &.downloading-button {