Fossil SCM

Fix misalignment of the Attacher widget's add-a-row button.

stephan 2026-06-09 08:58 UTC forum-editor-2026
Commit ddb40c531647b8bd9100266ecd18949321e8c0dbe7f8c56584420b6e59719883
1 file changed +1
--- src/default.css
+++ src/default.css
@@ -2124,10 +2124,11 @@
21242124
}
21252125
.Attacher .attach-controls .attach-add-button {
21262126
padding: 0.5em 1em;
21272127
cursor: pointer;
21282128
flex-grow: 2;
2129
+ line-height: initial/*work around an inherited alignment quirk*/;
21292130
}
21302131
21312132
.animate-entrance {
21322133
animation: slideFadeIn 0.25s ease-out forwards;
21332134
transform-origin: top;
21342135
--- src/default.css
+++ src/default.css
@@ -2124,10 +2124,11 @@
2124 }
2125 .Attacher .attach-controls .attach-add-button {
2126 padding: 0.5em 1em;
2127 cursor: pointer;
2128 flex-grow: 2;
 
2129 }
2130
2131 .animate-entrance {
2132 animation: slideFadeIn 0.25s ease-out forwards;
2133 transform-origin: top;
2134
--- src/default.css
+++ src/default.css
@@ -2124,10 +2124,11 @@
2124 }
2125 .Attacher .attach-controls .attach-add-button {
2126 padding: 0.5em 1em;
2127 cursor: pointer;
2128 flex-grow: 2;
2129 line-height: initial/*work around an inherited alignment quirk*/;
2130 }
2131
2132 .animate-entrance {
2133 animation: slideFadeIn 0.25s ease-out forwards;
2134 transform-origin: top;
2135

Keyboard Shortcuts

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