mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
better display of tables on mobile
This commit is contained in:
parent
d6bfbb7a13
commit
722a67ab75
4 changed files with 8 additions and 2 deletions
|
|
@ -4,6 +4,9 @@
|
|||
:items="apiKeys"
|
||||
:headers="headers"
|
||||
:hide-default-footer="hideFooter"
|
||||
fixed-header
|
||||
fixed-footer
|
||||
style="height: 100%"
|
||||
mobile-breakpoint="md"
|
||||
>
|
||||
<template #top>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
:items="users"
|
||||
:headers="headers"
|
||||
:hide-default-footer="hideFooter"
|
||||
fixed-header
|
||||
fixed-footer
|
||||
style="height: 100%"
|
||||
mobile-breakpoint="md"
|
||||
>
|
||||
<template #top>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<v-container
|
||||
fluid
|
||||
class="pa-0 pa-sm-4"
|
||||
class="pa-0 pa-sm-4 h-100 h-sm-auto"
|
||||
>
|
||||
<EmptyStateNetworkError v-if="error" />
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<v-container
|
||||
fluid
|
||||
class="pa-0 pa-sm-4"
|
||||
class="pa-0 pa-sm-4 h-100 h-sm-auto"
|
||||
>
|
||||
<EmptyStateNetworkError v-if="error" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue