Skip to content

Commit 09ba0d3

Browse files
authored
feat(UI): move sponsor progress to Configuration tab (#2153)
1 parent 56565cc commit 09ba0d3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

src/action/components/sponsor-progress/index.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
:host {
2-
position: relative;
2+
position: sticky;
3+
bottom: 0;
34

45
display: flex;
56
flex-direction: row;
67
justify-content: space-between;
78
align-items: center;
89
column-gap: 12px;
9-
padding-block: 4px;
10+
padding: 8px;
11+
border-top: 1px solid rgb(var(--active-grey));
12+
13+
background-color: rgb(var(--white));
1014
}
1115

1216
#caption {

src/action/components/xkit-feature/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
details {
1+
:host(:not(:last-child)) details {
22
border-bottom: 1px dotted rgb(var(--active-grey));
33
}
44

src/action/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<p>No results found.</p>
4949
</div>
5050
<div class="features"></div>
51+
<sponsor-progress></sponsor-progress>
5152
</section>
5253
<section id="backup-panel" role="tabpanel" aria-labelledby="backup-tab" tabindex="0" hidden>
5354
<details id="export" open>
@@ -96,7 +97,6 @@ <h4>Related projects</h4>
9697
<li><a href="https://github.com/AprilSylph/Outbox-for-Tumblr#readme" target="_blank">Outbox for Tumblr</a></li>
9798
<li><a href="https://github.com/AprilSylph/Filtering-Plus#readme" target="_blank">Filtering+ for Tumblr</a></li>
9899
</ul>
99-
<sponsor-progress></sponsor-progress>
100100
</section>
101101
</main>
102102
</body>

0 commit comments

Comments
 (0)