Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
87527318
Commit
87527318
authored
Oct 09, 2020
by
schneider210
Browse files
fix: remove obsolete css class and fix code hint from json to js in the README
parent
ce1ea7f0
Pipeline
#153813
passed with stages
in 3 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
87527318
...
...
@@ -351,7 +351,7 @@ Example given:
Assuming you want to combine the
*Metadata*
,
*Text*
and
*Annotations*
panels:
```
js
on
```
js
{
id
:
uuidv4
(),
connector
:
[
2
,
4
,
5
],
...
...
src/components/openseadragon.vue
View file @
87527318
<
template
>
<figure
class=
"seadragon"
id=
"openseadragon"
>
<figure
id=
"openseadragon"
>
<nav
class=
"sticky"
>
<q-btn
v-for=
"(btn, idx) in buttons"
:key=
"idx"
...
...
@@ -76,11 +76,7 @@ export default {
display
:
inline-block
;
height
:
75vh
;
margin
:
0
;
width
:
100%
;
}
.seadragon
{
margin-top
:
0
;
padding
:
8px
;
width
:
100%
;
}
</
style
>
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