Fossil SCM

Slightly animate when the post editor shifts its post to the left or reverts it, so that it's not so jarring.

stephan 2026-06-09 10:27 UTC forum-editor-2026
Commit ef49e3fdc75183c36fcefb8b3a684bcb32a853e18ffa40460c7c2ae986d747ca
1 file changed +6
--- src/style.forum.css
+++ src/style.forum.css
@@ -90,5 +90,11 @@
9090
padding: 0.1em;
9191
}
9292
.ForumPostEditor > .buttons > label > input[type=checkbox]{
9393
cursor: pointer;
9494
}
95
+
96
+.forumTime {
97
+ /* Animate the transition when a ForumPostEditor shifts
98
+ its post to the left. */
99
+ transition: margin-left 0.25s ease-in-out;
100
+}
95101
--- src/style.forum.css
+++ src/style.forum.css
@@ -90,5 +90,11 @@
90 padding: 0.1em;
91 }
92 .ForumPostEditor > .buttons > label > input[type=checkbox]{
93 cursor: pointer;
94 }
 
 
 
 
 
 
95
--- src/style.forum.css
+++ src/style.forum.css
@@ -90,5 +90,11 @@
90 padding: 0.1em;
91 }
92 .ForumPostEditor > .buttons > label > input[type=checkbox]{
93 cursor: pointer;
94 }
95
96 .forumTime {
97 /* Animate the transition when a ForumPostEditor shifts
98 its post to the left. */
99 transition: margin-left 0.25s ease-in-out;
100 }
101

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button