Make task list, teams and settings pages max width of $desktop and centered
This commit is contained in:
parent
6a2380ea30
commit
3c6c5ff845
10 changed files with 15 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="loader-container" v-bind:class="{ 'is-loading': teamService.loading}">
|
||||
<div class="loader-container is-max-width-desktop" v-bind:class="{ 'is-loading': teamService.loading}">
|
||||
<div class="card is-fullwidth" v-if="userIsAdmin">
|
||||
<header class="card-header">
|
||||
<p class="card-header-title">
|
||||
|
|
|
|||
Reference in a new issue