Skip to content

Commit

Permalink
adjust config size
Browse files Browse the repository at this point in the history
lionellbriones committed Nov 5, 2024
1 parent c03be02 commit 363f2e5
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/TelegramBanner/TelegramBanner.vue
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ const handleURL = () => {
<template>
<button
type="button"
class="appearance-none rounded-[10px] flex gap-x-2 items-center bg-app-white dark:bg-app-gray-800 w-full md:!w-[340px] p-4 cursor-pointer max-sm:z-[1000000]"
class="appearance-none rounded-[10px] flex gap-x-2 items-center bg-app-white dark:bg-app-gray-800 w-full md:!w-[340px] lg:!w-[368px] p-4 cursor-pointer max-sm:z-[1000000]"
@click="handleURL"
>
<Badge variant="info" class="gap-x-1 p-2 sm:px-2.5 sm:py-1 rounded-[10px]">
2 changes: 1 addition & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ watch(
</button>
</div>
<div class="flex gap-x-4">
<div class="hidden w-[340px] md:!flex justify-center items-center">
<div class="hidden w-[340px] lg:w-[368px] md:!flex justify-center items-center">
<Card
class="!shadow-modal !border-0 dark:!border-app-gray-800 dark:!shadow-dark"
:classes="{

0 comments on commit 363f2e5

Please sign in to comment.