Lint
This commit is contained in:
parent
21cbc751a5
commit
5d4cd2b4b8
|
@ -2,7 +2,6 @@
|
||||||
import { Icon } from "@budibase/bbui"
|
import { Icon } from "@budibase/bbui"
|
||||||
import { createEventDispatcher, getContext } from "svelte"
|
import { createEventDispatcher, getContext } from "svelte"
|
||||||
import { helpers } from "@budibase/shared-core"
|
import { helpers } from "@budibase/shared-core"
|
||||||
import { UserAvatar } from "@budibase/frontend-core"
|
|
||||||
|
|
||||||
export let icon
|
export let icon
|
||||||
export let withArrow = false
|
export let withArrow = false
|
||||||
|
@ -114,11 +113,6 @@
|
||||||
{#if selectedBy}
|
{#if selectedBy}
|
||||||
<div class="selected-by-label">{helpers.getUserLabel(selectedBy)}</div>
|
<div class="selected-by-label">{helpers.getUserLabel(selectedBy)}</div>
|
||||||
{/if}
|
{/if}
|
||||||
<!--{#if selectedBy}-->
|
|
||||||
<!-- <div class="avatar">-->
|
|
||||||
<!-- <UserAvatar size="S" user={selectedBy} tooltipDirection="left" />-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!--{/if}-->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -195,9 +189,6 @@
|
||||||
.nav-item.selectedBy:hover .selected-by-label {
|
.nav-item.selectedBy:hover .selected-by-label {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.avatar {
|
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Needed to fully display the actions icon */
|
/* Needed to fully display the actions icon */
|
||||||
.nav-item.scrollable .nav-item-content {
|
.nav-item.scrollable .nav-item-content {
|
||||||
|
|
|
@ -406,10 +406,6 @@
|
||||||
gap: var(--spectrum-actionbutton-icon-gap);
|
gap: var(--spectrum-actionbutton-icon-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-action-button.preview-locked {
|
|
||||||
padding-right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-action {
|
.app-action {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -276,23 +276,6 @@
|
||||||
margin-right: var(--spacing-l);
|
margin-right: var(--spacing-l);
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary-editor {
|
|
||||||
align-self: center;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
gap: 8px;
|
|
||||||
min-width: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
margin-left: var(--spacing-xl);
|
|
||||||
}
|
|
||||||
|
|
||||||
.secondary-editor-body {
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
min-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in New Issue