Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 7, 2025
1 parent 29e9ea0 commit e71575b
Showing 1 changed file with 12 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
</h1>
</KGridItem>

<KGridItem
:layout12="{ span:12}"
:layout8="{ span:8}"
:layout4="{span:4 }"
class="connection-status">

<KGridItem
:layout12="{ span: 12 }"
:layout8="{ span: 8 }"
:layout4="{ span: 4 }"
class="connection-status"
>
<div class="sync-status">
<span
v-show="searchingOtherLibraries"
Expand Down Expand Up @@ -65,11 +65,10 @@
<KIcon icon="disconnected" />
</span>
&nbsp;&nbsp;
<span data-test="no-other-label">{{ injectedtr('noOtherLibraries') }}</span>
<span data-test="no-other-label">{{ injectedtr('noOtherLibraries') }}</span>
</span>
</div>
</KGridItem>

</KGrid>

<h2
Expand Down Expand Up @@ -236,12 +235,12 @@

<style lang="scss" scoped>
.sync-status {
.sync-status {
display: flex;
span {
display: inline-flex;
vertical-align: bottom;
vertical-align: bottom;
}
}
Expand All @@ -258,10 +257,9 @@
margin-left: 0.75em;
}
.connection-status{
margin-left: -8px;
.connection-status {
margin-bottom: 10px;
margin-left: -8px;
}
</style>
</style>

0 comments on commit e71575b

Please sign in to comment.