merge: (probably) fix line length between note and 1st reply (#287)
Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/287
This commit is contained in:
commit
57e9359e5d
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue