minor improvements

This commit is contained in:
2020-09-07 15:55:49 +02:00
parent 0f1e74d798
commit 7680d44cd4
4 changed files with 18 additions and 1 deletions
@@ -3,6 +3,7 @@
// define a preview which is rendered in the overview
preview: {
label: false,
template: '<ui-module-preview-figure :text="model.headline" :subline="model.text" :image="model.imageId" />'
},
+7
View File
@@ -0,0 +1,7 @@
import PageContent from './page.content';
export default {
alias: 'page.root',
tabs: PageContent.tabs,
fields: PageContent.fields
};
+1 -1
View File
@@ -5,7 +5,7 @@
<strong class="page-error-headline">Not found</strong><br>
The requested resource could not be found
<br>
({{path}})
<code>{{path}}</code>
</p>
<ui-button class="page-error-button" type="light onbg" :label="detailsText" @click="details = !details" />
<template v-if="details">
+9
View File
@@ -178,6 +178,15 @@ iframe, video
margin-top: 20px;
}
code
{
border-radius: 3px;
padding: 1px 4px;
border: 1px dashed var(--color-line-dashed);
background: var(--color-bg-shade-2);
color: var(--color-text);
}
// screenreader