diff --git a/src/components/ServerCard.svelte b/src/components/ServerCard.svelte index 8a549d2..111138d 100644 --- a/src/components/ServerCard.svelte +++ b/src/components/ServerCard.svelte @@ -1,20 +1,8 @@
@@ -61,14 +49,14 @@ - -
  • - -
  • -
  • - -
  • - {#if configs.assistRules} -
  • - -
  • - {/if} - {#if configs.eventRules} -
  • - -
  • - {/if} - - - - - -
    -
    -

    - {#if tab === configFile.event} - Event - {:else if tab === configFile.configuration} - Configuration - {:else if tab === configFile.settings} - Settings - {:else if tab === configFile.assistRules} - Assist Rules - {:else if tab === configFile.eventRules} - Event Rules - {/if} -

    - -
    -
    - {#if tab === configFile.event} - - {:else if tab === configFile.configuration} - - {:else if tab === configFile.settings} - - {:else if tab === configFile.assistRules} - - {:else if tab === configFile.eventRules} - - {:else} -
    -

    Select a section from the sidebar to edit settings

    +
    + +
    -
    + + + + +
    +
    +

    + {#if tab === configFile.event} + Event + {:else if tab === configFile.configuration} + Configuration + {:else if tab === configFile.settings} + Settings + {:else if tab === configFile.assistRules} + Assist Rules + {:else if tab === configFile.eventRules} + Event Rules + {/if} +

    + +
    +
    + {#if tab === configFile.event} + + {:else if tab === configFile.configuration} + + {:else if tab === configFile.settings} + + {:else if tab === configFile.assistRules} + + {:else if tab === configFile.eventRules} + + {:else} +
    +

    Select a section from the sidebar to edit settings

    +
    + {/if} +
    +