Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Historiana
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Paul Jongsma
Historiana
Commits
0646f4ea
Commit
0646f4ea
authored
Oct 17, 2020
by
Nique - Webtic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the card for Viewpoints
parent
0cec7681
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
src/components/viewCard.vue
src/components/viewCard.vue
+7
-2
src/pages/Viewpoints.vue
src/pages/Viewpoints.vue
+1
-1
No files found.
src/components/viewCard.vue
View file @
0646f4ea
<
template
>
<div>
<q-dialog
v-model=
"showDialog"
full-
width
full-
height
>
<q-card>
<q-dialog
v-model=
"showDialog"
full-height
>
<q-card
style=
"width: 700px; max-width: 80vw;"
>
<q-bar
class=
"text-white bg-green"
>
Viewpoint in
{{
collection
.
title
}}
<q-space
/>
...
...
@@ -36,6 +36,11 @@
</q-dialog>
</div>
</
template
>
<
style
scoped
>
.q-card
img
{
height
:
100%
!important
;
}
</
style
>
<
script
>
export
default
{
name
:
'
ViewCard
'
,
...
...
src/pages/Viewpoints.vue
View file @
0646f4ea
...
...
@@ -30,7 +30,7 @@
<div
class=
"col"
>
<img
v-if=
"collection.iconic"
style=
"max-width:
42
0px; object-fit: cover;"
style=
"max-width:
28
0px; object-fit: cover;"
class=
"float-left on-left"
:src=
"collection.iconic"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment