Merge pull request #2403 from brkcvn/master

Ui improvements
This commit is contained in:
Cüneyt Şentürk 2022-06-01 15:22:01 +03:00 committed by GitHub
commit 243baf4c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 725 additions and 12113 deletions

12822
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -712,6 +712,10 @@ html[dir='ltr'] .print-heading {
html[dir='rtl'] .print-heading {
text-align: right;
}
.custom-product-hunt {
display: none;
}
/*--Print --*/
@media (max-width: 1600px) {

View File

@ -59,7 +59,7 @@
</div>
</template>
<div class="relative sm:col-span-6 mt-3">
<div class="relative sm:col-span-6 pt-3">
<div style="table-layout: fixed;">
<div class="overflow-x-visible overflow-y-hidden">
<table class="w-full" id="items" style="table-layout: fixed">

View File

@ -37,7 +37,7 @@
<x-form.group.password
name="password"
label="{{ trans('auth.password.pass') }}"
placeholder="********"
placeholder="﹡﹡﹡﹡﹡﹡"
form-group-class="sm:col-span-6"
input-group-class="input-group-alternative"
/>

View File

@ -31,7 +31,7 @@
<x-form.group.password
name="password"
label="{{ trans('auth.password.pass') }}"
placeholder="********"
placeholder="﹡﹡﹡﹡﹡﹡"
form-group-class="sm:col-span-6"
input-group-class="input-group-alternative"
/>
@ -39,7 +39,7 @@
<x-form.group.password
name="password_confirmation"
label="{{ trans('auth.password.pass_confirm') }}"
placeholder="********"
placeholder="﹡﹡﹡﹡﹡﹡"
form-group-class="sm:col-span-6"
input-group-class="input-group-alternative"
/>

View File

@ -11,7 +11,7 @@
<div class="flex flex-col py-2 justify-between align-bottom">
<div class="flex items-baseline justify-between">
<h4 class="w-36 truncate">
<h4 class="w-32 truncate">
<a href="{{ route('apps.app.show', $module->slug) }}">
{{ $module->name }}
</a>

View File

@ -11,7 +11,7 @@
<div class="flex flex-col py-2 justify-between align-bottom">
<div class="flex items-baseline justify-between">
<h4 class="w-36 truncate">
<h4 class="w-32 truncate">
<a href="{{ route('apps.app.show', $module->slug) }}">
{!! $module->name !!}
</a>