mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 02:30:11 +00:00
feat: slightly wider contents on smaller screen sizes
This commit is contained in:
parent
0c2a97e60f
commit
0919ebf21e
5 changed files with 5 additions and 5 deletions
|
|
@ -80,7 +80,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col class="mx-auto" xs={12} lg={10}>
|
<Col class="mx-auto" xs={12} lg={11} xl={10}>
|
||||||
<TabContent class="mt-3">
|
<TabContent class="mt-3">
|
||||||
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
||||||
<System bind:user={user} bind:isPublic />
|
<System bind:user={user} bind:isPublic />
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col class="mx-auto" xs={12} lg={10}>
|
<Col class="mx-auto" xs={12} lg={11} xl={10}>
|
||||||
{#if err}
|
{#if err}
|
||||||
<Alert color="danger" >{err}</Alert>
|
<Alert color="danger" >{err}</Alert>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col class="mx-auto" xs={12} lg={10}>
|
<Col class="mx-auto" xs={12} lg={11} xl={12}>
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle style="margin-top: 8px; outline: none;">
|
<CardTitle style="margin-top: 8px; outline: none;">
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col class="mx-auto" xs={12} lg={10}>
|
<Col class="mx-auto" xs={12} lg={11} xl={10}>
|
||||||
<Card class="mb-4">
|
<Card class="mb-4">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle style="margin-top: 8px; outline: none;">
|
<CardTitle style="margin-top: 8px; outline: none;">
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col class="mx-auto" xs={12} lg={10}>
|
<Col class="mx-auto" xs={12} lg={11} xl={10}>
|
||||||
{#if !user.id && !err}
|
{#if !user.id && !err}
|
||||||
<div class="mx-auto text-center">
|
<div class="mx-auto text-center">
|
||||||
<Spinner class="d-inline-block" />
|
<Spinner class="d-inline-block" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue