Merge pull request #2519 from brkcvn/master

Buttons styling in modules page
This commit is contained in:
Burak Civan 2022-07-06 15:46:31 +03:00 committed by GitHub
commit aa0a08d4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<x-link
href="{{ $module->action_url }}"
target="_blank"
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full py-2 truncate"
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full px-3 py-2 truncate"
override="class"
>
{{ trans('modules.switch_to_cloud') }}
@ -87,7 +87,7 @@
<x-link
href="{{ $module->action_url }}"
target="_blank"
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full py-2 truncate"
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full px-3 py-2 truncate"
override="class"
>
{{ trans('modules.switch_to_cloud') }}
@ -98,7 +98,7 @@
<x-link
href="{{ $module->action_url }}"
target="_blank"
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full py-2 truncate"
class="bg-green hover:bg-green-700 rounded-md text-white text-sm text-center w-full px-3 py-2 truncate"
override="class"
>
{{ trans('modules.switch_to_cloud') }}

View File

@ -126,7 +126,7 @@
@endif
</div>
<div class="flex justify-around mt-5">
<div class="flex justify-around space-x-12 mt-5">
<x-layouts.modules.show.buttons :module="$module" :installed="$installed" :enable="$enable" />
</div>
</div>