Fix broken tree line when the DB is expanded

Ref: 0dc9394b40

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-11-20 16:41:10 +01:00
parent e0e740f108
commit c57fbe1924
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 5 additions and 4 deletions

View File

@ -254,7 +254,7 @@
b {
display: block;
height: 0.75em;
bottom: 0;
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
left: 0.75em;
border-left: 1px solid #666;
}

View File

@ -312,7 +312,7 @@ img {
b {
display: block;
height: 0.75em;
bottom: 0;
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
left: 0.75em;
border-left: 1px solid #616161;
}

View File

@ -250,10 +250,11 @@
}
}
// Bottom segment for the tree element connections
b {
display: block;
height: 0.75em;
bottom: 0;
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
left: 0.75em;
border-left: 1px solid #666;
}

View File

@ -240,7 +240,7 @@
b {
display: block;
height: 0.75em;
bottom: 0;
bottom: -0.5rem;// Compensate for vertical-align: sub; of hover_show_full
left: 0.75em;
border-left: 1px solid #666;
}