fix: Align delete message menu on twitter bubble correctly (#2591)

* fix: Aligns delete message menu on twitter bubble correctly

* Fixes alignment issues
This commit is contained in:
Nithin David Thomas 2021-07-09 10:53:28 +05:30 committed by GitHub
parent 38cce3c1c0
commit efd6f735dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 23 deletions

View file

@ -5,7 +5,7 @@
size="large"
class="button--delete-message"
color-scheme="secondary"
variant="clear"
variant="link"
@click="handleContextMenuClick"
/>
<div
@ -82,7 +82,7 @@ export default {
<style lang="scss" scoped>
/* TDOD: Remove once MenuComponent supports postions */
.dropdown-pane {
bottom: var(--space-large);
bottom: var(--space-medium);
}
.dropdown-pane--left {
right: var(--space-small);