Fossil SCM

CSS animation consistency tweaks in the attachment widget and when shifting about-to-edit/reply posts to the left. Remove some dead CSS.

stephan 2026-06-13 13:18 UTC forum-editor-2026
Commit 157f5a4c69171c75f97a31eadcd572dfbf6237bf40b58d42eda7246b6f13f29b
+1 -1
--- src/default.css
+++ src/default.css
@@ -2050,11 +2050,11 @@
20502050
text-align: center;
20512051
background: #ffffff;
20522052
border: 1px solid #ddd;
20532053
cursor: pointer;
20542054
border-radius: 0.25em;
2055
- transition: background-color 0.15s ease-in-out;
2055
+ transition: background-color 0.15s linear;
20562056
display: flex;
20572057
flex-direction: row;
20582058
flex-wrap: nowrap;
20592059
}
20602060
body.fossil-dark-style .Attacher .attach-dropzone{
20612061
--- src/default.css
+++ src/default.css
@@ -2050,11 +2050,11 @@
2050 text-align: center;
2051 background: #ffffff;
2052 border: 1px solid #ddd;
2053 cursor: pointer;
2054 border-radius: 0.25em;
2055 transition: background-color 0.15s ease-in-out;
2056 display: flex;
2057 flex-direction: row;
2058 flex-wrap: nowrap;
2059 }
2060 body.fossil-dark-style .Attacher .attach-dropzone{
2061
--- src/default.css
+++ src/default.css
@@ -2050,11 +2050,11 @@
2050 text-align: center;
2051 background: #ffffff;
2052 border: 1px solid #ddd;
2053 cursor: pointer;
2054 border-radius: 0.25em;
2055 transition: background-color 0.15s linear;
2056 display: flex;
2057 flex-direction: row;
2058 flex-wrap: nowrap;
2059 }
2060 body.fossil-dark-style .Attacher .attach-dropzone{
2061
--- src/style.forum.css
+++ src/style.forum.css
@@ -14,13 +14,10 @@
1414
.ForumPostEditor {
1515
display: flex;
1616
flex-direction: column;
1717
gap: 1em;
1818
padding: 0.5em;
19
- /* Anyone know how to make these fade/slide in gracefully?
20
- transition: display 0.5s ease-in-out;
21
- transition: height 0.5s ease-in-out; */
2219
}
2320
2421
.ForumPostEditor > .tab-bar{
2522
}
2623
@@ -111,7 +108,7 @@
111108
}
112109
113110
.forumTime {
114111
/* Animate the transition when a ForumPostEditor shifts
115112
its post to the left. */
116
- transition: margin-left 0.25s ease-in-out;
113
+ transition: margin-left 0.25s linear;
117114
}
118115
--- src/style.forum.css
+++ src/style.forum.css
@@ -14,13 +14,10 @@
14 .ForumPostEditor {
15 display: flex;
16 flex-direction: column;
17 gap: 1em;
18 padding: 0.5em;
19 /* Anyone know how to make these fade/slide in gracefully?
20 transition: display 0.5s ease-in-out;
21 transition: height 0.5s ease-in-out; */
22 }
23
24 .ForumPostEditor > .tab-bar{
25 }
26
@@ -111,7 +108,7 @@
111 }
112
113 .forumTime {
114 /* Animate the transition when a ForumPostEditor shifts
115 its post to the left. */
116 transition: margin-left 0.25s ease-in-out;
117 }
118
--- src/style.forum.css
+++ src/style.forum.css
@@ -14,13 +14,10 @@
14 .ForumPostEditor {
15 display: flex;
16 flex-direction: column;
17 gap: 1em;
18 padding: 0.5em;
 
 
 
19 }
20
21 .ForumPostEditor > .tab-bar{
22 }
23
@@ -111,7 +108,7 @@
108 }
109
110 .forumTime {
111 /* Animate the transition when a ForumPostEditor shifts
112 its post to the left. */
113 transition: margin-left 0.25s linear;
114 }
115

Keyboard Shortcuts

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