Skip to content
Snippets Groups Projects
Commit 57e9359e authored by Marie's avatar Marie
Browse files

merge: (probably) fix line length between note and 1st reply (#287)

Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/287
parents 8e02d7f3 f42e2bac
No related branches found
No related tags found
No related merge requests found
......@@ -437,10 +437,11 @@ if (props.detail) {
.line {
position: absolute;
height: 100%;
height: calc(100% - 58px); // 58px of avatar height (see SkNote)
left: 60px;
// using solid instead of dotted, stylelistic choice
border-left: 2.5px solid rgb(174, 174, 174);
top: 86px; // 28px of .root padding, plus 58px of avatar height (see SkNote)
}
.footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment