mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
tweak(dashboard): add a little bit of extra space at the bottom of lists (for mobile convenience)
This commit is contained in:
parent
6d7e3d2d04
commit
7d01c02de0
5 changed files with 8 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
||||||
{/if}
|
{/if}
|
||||||
|
<div class="spacer"></div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.itemcounter {
|
.itemcounter {
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
||||||
{/if}
|
{/if}
|
||||||
|
<div class="spacer"></div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.itemcounter {
|
.itemcounter {
|
||||||
|
|
|
||||||
|
|
@ -195,6 +195,7 @@
|
||||||
<ListView {pageOptions} currentList={currentPage} fullListLength={groupMembers.length} options={listOptions}/>
|
<ListView {pageOptions} currentList={currentPage} fullListLength={groupMembers.length} options={listOptions}/>
|
||||||
{/if}
|
{/if}
|
||||||
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
||||||
|
<div class="spacer"></div>
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
|
|
@ -197,6 +197,7 @@
|
||||||
<ListView {pageOptions} currentList={currentPage} fullListLength={memberGroups.length} options={listOptions} />
|
<ListView {pageOptions} currentList={currentPage} fullListLength={memberGroups.length} options={listOptions} />
|
||||||
{/if}
|
{/if}
|
||||||
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
<ListPagination bind:currentPage={pageOptions.currentPage} {pageAmount} />
|
||||||
|
<div class="spacer"></div>
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,10 @@ code {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.spacer {
|
||||||
|
height: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
// bootstrap elements
|
// bootstrap elements
|
||||||
.container {
|
.container {
|
||||||
flex: 1 0 auto !important;
|
flex: 1 0 auto !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue