mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🎨 Improve responsiveness by applying stacked-to-row layout for header sections across views
This commit is contained in:
@@ -38,9 +38,9 @@ new class extends Component {
|
||||
}; ?>
|
||||
|
||||
<div>
|
||||
<div class="flex items-center justify-between mb-6">
|
||||
<div class="flex items-center justify-between flex-col md:flex-row mb-6">
|
||||
<flux:heading size="xl">{{ __('Dozenten') }}</flux:heading>
|
||||
<div class="flex items-center gap-4">
|
||||
<div class="flex items-center flex-col md:flex-row gap-4">
|
||||
<flux:input
|
||||
wire:model.live="search"
|
||||
:placeholder="__('Suche nach Dozenten...')"
|
||||
|
||||
Reference in New Issue
Block a user