feat(ShowEnvelope-View): Flex-Action-Panel ausblenden, wenn schreibgeschützt

This commit is contained in:
Developer 02 2024-10-05 03:22:37 +02:00
parent 1919c562cc
commit 524a72caa0

View File

@ -28,6 +28,8 @@
isReadOnly = isReadOnly_bool;
}
<div class="envelope-view">
@if (!isReadOnly)
{
<div id="flex-action-panel" class="btn-group btn_group position-fixed bottom-0 end-0 d-flex align-items-center" role="group" aria-label="Basic mixed styles example">
<button class="btn_complete btn btn-primary" type="button">
<svg class="icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16">
@ -49,7 +51,7 @@
</svg>
</button>
</div>
}
<div class="dd-cards-container">
<div class="dd-card">
<div class="dd-card-preview">