Message action button improvements

This commit is contained in:
10G Meow 2022-05-16 14:11:55 +00:00 committed by n8fr8
parent ba86c8fc7b
commit e2e4456109
8 changed files with 42 additions and 36 deletions

View file

@ -17,13 +17,13 @@
<slot></slot>
<v-btn
fab
small
x-small
elevation="0"
color="black"
@click.stop="backgroundClick"
class="bottom-sheet-close"
>
<v-icon color="white">cancel</v-icon>
<v-icon color="white" >cancel</v-icon>
</v-btn>
</SwipeableBottomSheet>
</div>
@ -91,8 +91,8 @@ export default {
.message-operations-bottom-sheet {
.bottom-sheet-close {
position: absolute;
right: 10px;
top: 10px;
right: 0;
top: 0;
}
.transition-bg {