Message action button improvements
This commit is contained in:
parent
0eedfec046
commit
a1131358d6
8 changed files with 42 additions and 36 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue