Fix tailwindcss v4 usage

This commit is contained in:
DariusIII
2026-02-23 09:32:42 +01:00
parent 839121b17c
commit 05e54286d2
55 changed files with 138 additions and 138 deletions
@@ -1,6 +1,6 @@
<div tabindex="-1" role="dialog" data-modal="{{ $key }}" class="fixed top-0 left-0 w-full h-full hidden z-10 items-center justify-center">
<div class="fixed top-0 left-0 w-full h-full bg-black/25 dark:bg-black/50" data-close-modal></div>
<div class="relative bg-white dark:bg-gray-800 rounded-md max-w-screen-sm w-full m-2 transition-colors" role="document">
<div class="relative bg-white dark:bg-gray-800 rounded-md max-w-(--breakpoint-sm) w-full m-2 transition-colors" role="document">
<div class="">
<div class="border-b dark:border-gray-700 px-6 py-4 flex justify-between">
<h5 class="text-xl font-medium flex items-center gap-1 text-gray-900 dark:text-gray-100">{!!$title !!}</h5>
@@ -2,7 +2,7 @@
@section ('content')
<div id="delete-post">
<h2 class="flex-grow-1 text-3xl text-gray-900 dark:text-gray-100">{{ trans_choice('forum::posts.restore', 1) }}</h2>
<h2 class="grow text-3xl text-gray-900 dark:text-gray-100">{{ trans_choice('forum::posts.restore', 1) }}</h2>
<hr class="border-gray-300 dark:border-gray-700">
@@ -3,7 +3,7 @@
@include ('forum::components.breadcrumbs')
<div class="flex justify-center items-center">
<div class="grow max-w-screen-md">
<div class="grow max-w-(--breakpoint-md)">
<h1>{{ trans('forum::categories.create') }}</h1>
<div class="bg-white rounded-md shadow-md my-2 p-6 dark:bg-slate-700">
@@ -3,7 +3,7 @@
@include ('forum::components.breadcrumbs')
<div class="flex justify-center items-center">
<div class="grow max-w-screen-md">
<div class="grow max-w-(--breakpoint-md)">
<h1 class="mb-2">{{ trans('forum::categories.edit') }}</h1>
<h2 class="mb-4 text-slate-500">{{ $category->title }}</h2>
@@ -3,7 +3,7 @@
@include ('forum::components.breadcrumbs')
<div class="flex justify-center items-center">
<div class="grow max-w-screen-lg">
<div class="grow max-w-(--breakpoint-lg)">
<h1>{{ trans('forum::general.manage') }}</h1>
@can ('createCategories')
@@ -3,7 +3,7 @@
@include ('forum::components.breadcrumbs')
<div class="flex justify-center items-center">
<div class="grow max-w-screen-lg">
<div class="grow max-w-(--breakpoint-lg)">
<h1 class="mb-2">{{ trans('forum::posts.edit') }}</h1>
<h2 class="mb-4 text-slate-500">Re: {{ $post->thread->title }}</h2>
@@ -3,7 +3,7 @@
@include ('forum::components.breadcrumbs')
<div class="flex justify-center items-center">
<div class="grow max-w-screen-xl">
<div class="grow max-w-(--breakpoint-xl)">
<h1 class="mb-2">{{ trans('forum::posts.view') }}</h1>
<h2 class="text-slate-500">Re: {{ $post->thread->title }}</h2>
@@ -3,7 +3,7 @@
@include ('forum::components.breadcrumbs')
<div class="flex justify-center items-center">
<div class="grow max-w-screen-lg">
<div class="grow max-w-(--breakpoint-lg)">
<h1>{{ trans('forum::threads.new_thread') }} ({{ $category->title }})</h1>
<div class="bg-white rounded-md shadow-md my-2 p-6 dark:bg-slate-700">
@@ -3,7 +3,7 @@
@include ('forum::components.breadcrumbs')
<div class="flex justify-center items-center">
<div class="grow max-w-screen-lg">
<div class="grow max-w-(--breakpoint-lg)">
<h1 class="mb-2">{{ trans('forum::general.reply') }}</h1>
<h2 class="text-slate-500">Re: {{ $thread->title }}</h2>