summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2023-08-08 18:22:12 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-08-08 17:23:17 +0000
commit076cc8a93138c42ab72e1ceaf916ce436ccecc9a (patch)
tree81cdebb48ea2c5f32a02c15153cbf751bc945bc0 /src/components
parent4be15ac6d204d4a6ee4ac36d6b6c003a26a037bf (diff)
chore: lint
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index f48194546..e6d0e8af1 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -35,7 +35,7 @@
@abort-search="abortSearch" />
</div>
- <transition-group name="radial-reveal">
+ <TransitionGroup name="radial-reveal">
<!-- Filters -->
<div v-show="!isFocused" key="filters" class="filters">
<NcActions class="filter-actions"
@@ -101,7 +101,7 @@
</NcActionButton>
</NcActions>
</div>
- </transition-group>
+ </TransitionGroup>
<!-- All open conversations list -->
<OpenConversationsList ref="openConversationsList" />
@@ -823,7 +823,6 @@ export default {
border-radius: var(--border-radius-pill);
}
&--expanded {
-
width : calc(100% - 8px);
}