Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
d4ffdb8b
Commit
d4ffdb8b
authored
Jun 04, 2021
by
nwindis
☕
Browse files
style: improve icon spacing of annotations in text panel
parent
cdf6950b
Pipeline
#201087
passed with stages
in 3 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/annotations.vue
View file @
d4ffdb8b
...
...
@@ -132,7 +132,7 @@ export default {
const
svg
=
document
.
createElementNS
(
'
http://www.w3.org/2000/svg
'
,
'
svg
'
);
svg
.
setAttribute
(
'
aria-hidden
'
,
'
true
'
);
svg
.
setAttribute
(
'
class
'
,
'
q-icon q-m
l
-xs
'
);
svg
.
setAttribute
(
'
class
'
,
'
q-icon q-m
x
-xs
'
);
svg
.
setAttribute
(
'
focusable
'
,
'
false
'
);
svg
.
setAttribute
(
'
role
'
,
'
presentation
'
);
svg
.
setAttribute
(
'
viewBox
'
,
viewBox
);
...
...
src/index.template.html
View file @
d4ffdb8b
...
...
@@ -31,7 +31,7 @@
-->
<script
id=
"tido-config"
type=
"application/json"
>
{
"
entrypoint
"
:
""
,
"
entrypoint
"
:
"
https://subugoe.pages.gwdg.de/emo/backend/sampledata/collection.json
"
,
"
annotations
"
:
{
"
show
"
:
true
,
"
types
"
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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