Changed all static inline style to CSS classes

This commit is contained in:
10G Meow 2022-02-23 11:52:09 +00:00 committed by N Pex
parent 128b19ef8f
commit d9aac824ef
27 changed files with 179 additions and 112 deletions

View file

@ -4,14 +4,7 @@
<div
v-show="!closed"
@click.stop="backgroundClick"
style="
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.15);
"
class="transition-bg"
/>
</v-fade-transition>
<SwipeableBottomSheet
@ -86,6 +79,14 @@ export default {
}
.message-operations-bottom-sheet {
.transition-bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.15);
}
.pan-area {
padding-bottom: 0px;
}