summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-01-31 17:36:13 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-01-31 17:36:13 +0100
commit150740f282b1ddbafd53799c281c7922d2d6ace1 (patch)
treefcfe4ad9a061aaa269d6784e775510b2d801cceb /sass
parent558f158d0a90312c1ed7be9951331a49b8725050 (diff)
history: show destination in first line, origin in second
This way, consecutive history entries have matching origin/destination pairs, and both the outer list and the inner origin/destination pair are sorted by descending date.
Diffstat (limited to 'sass')
-rw-r--r--sass/src/common/local.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss
index 3dd422d..ca06708 100644
--- a/sass/src/common/local.scss
+++ b/sass/src/common/local.scss
@@ -122,14 +122,14 @@ ul.suggestions {
font-weight: 600;
}
}
- .destination::before {
+ .origin::before {
content: ' ';
display: block;
border-left: 2px dotted $off-black;
height: 1rem;
position: absolute;
margin-left: calc( 0.5rem - 1px );
- margin-top: -0.5rem;
+ margin-top: -0.75rem;
}
&.history-date-change {
display: block;