Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 0f780ef

Browse files
committed
x
1 parent 71aa749 commit 0f780ef

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/renderer/components/LandingPage.vue

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<div class="flex">
5555
<div
5656
class="coolbtn margin-right"
57+
style=" max-width: 260px;"
5758
v-for="(i, index) of foundFiletypes"
5859
:key="index"
5960
:class="{'filtered': currentFilter === i}"
@@ -95,10 +96,7 @@
9596
@click="$parent.purgeBoth"
9697
>Purge Cache & Dump</button>
9798
<br>
98-
<div>
99-
<span style="opacity:0.3;">Content Loaded:</span>
100-
<b>{{content.length}}</b>
101-
</div>
99+
<div></div>
102100
</div>
103101
<div class="content">
104102
<div
@@ -118,6 +116,9 @@
118116
<!-- <div class="image" :style="{ 'background-image': `url(${test})` }"></div>
119117
{{test}}-->
120118
<br>
119+
<div class="mainblob blob">
120+
<b>{{content.length}}</b> Items
121+
</div>
121122
</div>
122123
</template>
123124

@@ -425,6 +426,12 @@ body {
425426
border-radius: 15px 0 0 0;
426427
margin-top: 25px;
427428
}
429+
.mainblob {
430+
right: 10px;
431+
bottom: 10px;
432+
font-size: 12px;
433+
position: fixed;
434+
}
428435
.content {
429436
margin-left: 360px;
430437
margin-top: 25px;

0 commit comments

Comments
 (0)