Fix re-alarm btn pos
This commit is contained in:
@@ -372,11 +372,12 @@ const Rettungsmittel = ({ mission }: { mission: Mission }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="p-4 text-base-content">
|
<div className="p-4 text-base-content">
|
||||||
<div className="flex items-center w-full justify-between">
|
<div className="flex items-center justify-between mb-3">
|
||||||
<h2 className="flex items-center gap-2 text-lg font-bold mb-3">
|
<h2 className="flex items-center gap-2 text-lg font-bold">
|
||||||
<SmartphoneNfc /> Rettungsmittel
|
<SmartphoneNfc /> Rettungsmittel
|
||||||
</h2>
|
</h2>
|
||||||
{dispatcherConnected && (
|
{dispatcherConnected && (
|
||||||
|
<div className="space-x-2">
|
||||||
<div
|
<div
|
||||||
className="tooltip tooltip-primary tooltip-left font-semibold"
|
className="tooltip tooltip-primary tooltip-left font-semibold"
|
||||||
data-tip="Einsatz erneut alarmieren"
|
data-tip="Einsatz erneut alarmieren"
|
||||||
@@ -390,6 +391,7 @@ const Rettungsmittel = ({ mission }: { mission: Mission }) => {
|
|||||||
<BellRing size={16} />
|
<BellRing size={16} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<ul className="space-y-2 max-h-[300px] overflow-y-auto overflow-x-auto">
|
<ul className="space-y-2 max-h-[300px] overflow-y-auto overflow-x-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user