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
1360d989
Commit
1360d989
authored
Sep 16, 2021
by
dindigala
Browse files
Merge branch 'issue/
#28
-anchoring-manifest-title' into 'develop'
refactor/
#28
: anchoring manifest title to top See merge request
!221
parents
3c8543c2
1bd6dfe8
Pipeline
#229456
failed with stages
in 4 minutes and 34 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
1360d989
...
...
@@ -466,7 +466,7 @@ export default {
const
treeDom
=
document
.
getElementById
(
this
.
itemurl
);
if
(
treeDom
)
{
treeDom
.
scrollIntoView
();
treeDom
.
scrollIntoView
(
{
block
:
'
center
'
}
);
}
// NOTE: Set imageurl to an empty string. Otherwise, if there is no corresponding image,
...
...
src/components/tree.vue
View file @
1360d989
...
...
@@ -105,6 +105,7 @@ export default {
display
:
flex
;
flex
:
1
;
flex-direction
:
column
;
height
:
100%
;
}
.item-content
{
...
...
@@ -113,4 +114,8 @@ export default {
flex-direction
:
column
;
overflow
:
auto
;
}
.q-tree
{
height
:
100%
;
}
</
style
>
src/css/tree.scss
View file @
1360d989
...
...
@@ -12,7 +12,7 @@
background-color
:
$grey-3
;
left
:
0
;
position
:
sticky
;
top
:
0
;
top
:
-8px
;
z-index
:
999
;
@media
(
prefers-color-scheme
:
dark
)
{
...
...
@@ -48,7 +48,6 @@
word-break
:
break-all
;
user-select
:
none
;
}
}
.q-tree
{
...
...
src/index.template.html
View file @
1360d989
...
...
@@ -31,7 +31,7 @@
-->
<script
id=
"tido-config"
type=
"application/json"
>
{
"
entrypoint
"
:
""
,
"
entrypoint
"
:
"
https://ahikar.sub.uni-goettingen.de/api/textapi/ahikar/arabic-karshuni/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