diff --git a/frontend/src/styles/webapp.css b/frontend/src/styles/webapp.css index 0318d1b..43707fa 100644 --- a/frontend/src/styles/webapp.css +++ b/frontend/src/styles/webapp.css @@ -336,6 +336,18 @@ a { margin-left: 0; justify-content: center; } + + .subscription-renew-action { + min-height: 54px; + padding-block: 12px; + font-size: 15px; + } + + .subscription-renew-action svg { + width: 19px; + height: 19px; + flex: 0 0 auto; + } } .traffic-top, diff --git a/frontend/src/webapp/screens/HomeScreen.svelte b/frontend/src/webapp/screens/HomeScreen.svelte index 334a595..429ee1f 100644 --- a/frontend/src/webapp/screens/HomeScreen.svelte +++ b/frontend/src/webapp/screens/HomeScreen.svelte @@ -343,7 +343,7 @@ {/if}