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.
Commit
157f5a4c69171c75f97a31eadcd572dfbf6237bf40b58d42eda7246b6f13f29b
Parent
a93764552a4f74a…
2 files changed
+1
-1
+1
-4
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -2050,11 +2050,11 @@ | ||
| 2050 | 2050 | text-align: center; |
| 2051 | 2051 | background: #ffffff; |
| 2052 | 2052 | border: 1px solid #ddd; |
| 2053 | 2053 | cursor: pointer; |
| 2054 | 2054 | border-radius: 0.25em; |
| 2055 | - transition: background-color 0.15s ease-in-out; | |
| 2055 | + transition: background-color 0.15s linear; | |
| 2056 | 2056 | display: flex; |
| 2057 | 2057 | flex-direction: row; |
| 2058 | 2058 | flex-wrap: nowrap; |
| 2059 | 2059 | } |
| 2060 | 2060 | body.fossil-dark-style .Attacher .attach-dropzone{ |
| 2061 | 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 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 |
+1
-4
| --- src/style.forum.css | ||
| +++ src/style.forum.css | ||
| @@ -14,13 +14,10 @@ | ||
| 14 | 14 | .ForumPostEditor { |
| 15 | 15 | display: flex; |
| 16 | 16 | flex-direction: column; |
| 17 | 17 | gap: 1em; |
| 18 | 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 | 19 | } |
| 23 | 20 | |
| 24 | 21 | .ForumPostEditor > .tab-bar{ |
| 25 | 22 | } |
| 26 | 23 | |
| @@ -111,7 +108,7 @@ | ||
| 111 | 108 | } |
| 112 | 109 | |
| 113 | 110 | .forumTime { |
| 114 | 111 | /* Animate the transition when a ForumPostEditor shifts |
| 115 | 112 | its post to the left. */ |
| 116 | - transition: margin-left 0.25s ease-in-out; | |
| 113 | + transition: margin-left 0.25s linear; | |
| 117 | 114 | } |
| 118 | 115 |
| --- 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 |