diff --git a/cwd-admin/src/styles/common.less b/cwd-admin/src/styles/common.less index 0204a7c..847414c 100644 --- a/cwd-admin/src/styles/common.less +++ b/cwd-admin/src/styles/common.less @@ -45,6 +45,7 @@ button { display: flex; flex-direction: column; gap: 15px; + position: relative; } .page-title { diff --git a/cwd-admin/src/styles/components/comments.less b/cwd-admin/src/styles/components/comments.less index 530fb5c..3301d77 100644 --- a/cwd-admin/src/styles/components/comments.less +++ b/cwd-admin/src/styles/components/comments.less @@ -4,6 +4,9 @@ align-items: center; margin: 0; gap: 8px; + position: absolute; + right: 0; + top: 0; } .toolbar-left { diff --git a/cwd-admin/src/views/CommentsView/components/ModalEdit.vue b/cwd-admin/src/views/CommentsView/components/ModalEdit.vue index e8377c0..d8c3c03 100644 --- a/cwd-admin/src/views/CommentsView/components/ModalEdit.vue +++ b/cwd-admin/src/views/CommentsView/components/ModalEdit.vue @@ -115,6 +115,7 @@ function handleSubmit() { } .modal { + margin: 0; background-color: var(--bg-card); border-radius: 0; box-shadow: var(--shadow-card);