parent
bd11b2ec58
commit
85514cae8d
43 changed files with 707 additions and 345 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="isIframe" class="actions">
|
||||
<div v-if="isIframe" class="actions flex items-center">
|
||||
<button
|
||||
v-if="showPopoutButton"
|
||||
class="button transparent compact new-window--button"
|
||||
|
@ -66,9 +66,6 @@ export default {
|
|||
@import '~widget/assets/scss/variables.scss';
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
button {
|
||||
margin-left: $space-normal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue