Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "move settings to the top bar"

Merged VIAUD Nathan requested to merge 376-move-settings-to-the-top-bar into main
5 files
+ 45
18
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -25,7 +25,7 @@ defineExpose({
</script>
<template>
<div>
<div class="modal-container">
<slot name="trigger" />
<div v-if="isOpen" class="modal-backdrop" tabindex="0" @keyup.esc="close" @click="() => { if(closeOnUnfocus) close() }">
<section role="dialog" class="modal" @click.stop>
@@ -71,6 +71,10 @@ footer {
z-index: 500;
}
.modal-container {
display: flex;
}
.content {
padding: 1rem;
}
Loading