From fc7fa39b79bac6295fc7fc520564411a5fa2b796 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 29 Apr 2024 14:55:16 +0200 Subject: [PATCH] Fix steps when going back on alarm gun path --- .../IdentificationBlankGun.vue | 64 ++++++++----------- 1 file changed, 25 insertions(+), 39 deletions(-) diff --git a/frontend/src/views/GuideIdentificationFirearm/IdentificationBlankGun.vue b/frontend/src/views/GuideIdentificationFirearm/IdentificationBlankGun.vue index 37624ec57..ae26f41eb 100644 --- a/frontend/src/views/GuideIdentificationFirearm/IdentificationBlankGun.vue +++ b/frontend/src/views/GuideIdentificationFirearm/IdentificationBlankGun.vue @@ -1,6 +1,5 @@ @@ -124,16 +135,6 @@ const props = defineProps({ padding: .5rem; } -:deep(.fr-container) { - display: flex; - align-items: center; - justify-content: center; -} - -:deep(.fr-content-media) { - margin: 2.5rem .5rem; -} - :deep(.fr-label) { word-wrap: anywhere !important; font-size: small; @@ -153,23 +154,8 @@ const props = defineProps({ max-width: 95%; } -.modal { - display: flex; - flex-direction: column; -} - -.modal-content { - flex: 1; - overflow-y: auto; -} - -.modal-footer { - position: sticky; - bottom: 0; - background-color: #f5f5fe; - box-shadow: 0 -4px 16px rgb(0 0 0 / 25%); - padding: 1rem !important; - margin: auto; +.w-100 { + width: 100%; }