diff --git a/src/components/Chat.vue b/src/components/Chat.vue
index b246c0a..f16ee62 100644
--- a/src/components/Chat.vue
+++ b/src/components/Chat.vue
@@ -259,7 +259,6 @@
-
-
diff --git a/src/components/MessageOperationsBottomSheet.vue b/src/components/MessageOperationsBottomSheet.vue
index d4bb922..3ca84c6 100644
--- a/src/components/MessageOperationsBottomSheet.vue
+++ b/src/components/MessageOperationsBottomSheet.vue
@@ -1,13 +1,29 @@
-
-
-
+
@@ -57,13 +75,23 @@ export default {
so we use our own flag (data-closed) here to that we can
dim also when it is just half open */
.bottom-sheet[data-closed="0"] .bg {
- display: block;
+ display: none;
transition: all 0.3s;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
- background: rgba(0, 0, 0, 0.3) !important;
+ background: transparent !important;
}
-
\ No newline at end of file
+
+.message-operations-bottom-sheet {
+ .pan-area {
+ padding-bottom: 0px;
+ }
+ .card {
+ padding: 0px !important;
+ }
+}
+
+