Skip to content

Commit

Permalink
Developer sidebar: Fix styling of tools and search results
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Dec 9, 2023
1 parent 88efddb commit 4a2da57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
<f7-popover ref="itemPopover" class="item-popover">
<item-standalone-control v-if="openedItem" :item="openedItem" :context="context" :no-border="true" />
</f7-popover>
<search-results v-if="searching" :searchResults="searchResults" :pinnedObjects="pinnedObjects" @pin="pin" @unpin="unpin" :cachedObjects="cachedObjects" :loading="searchResultsLoading" />
<search-results v-if="searching" class="margin-top" :searchResults="searchResults" :pinnedObjects="pinnedObjects" @pin="pin" @unpin="unpin" :cachedObjects="cachedObjects" :loading="searchResultsLoading" />
</f7-block>
</template>

Expand All @@ -336,7 +336,7 @@
width 100%
.developer-sidebar-content
padding-top 0.3rem
margin-top 1rem
&.page
background #e7e7e7 !important
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="after-big-title">
<div>
<f7-block v-if="loading" class="text-align-center">
<f7-preloader />
<div>Loading...</div>
Expand Down

0 comments on commit 4a2da57

Please sign in to comment.