Skip to content

Commit efbde54

Browse files
committed
fix #201; separate adjacent buttons
1 parent e727f50 commit efbde54

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/style.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,13 @@ form.__ns__-toggle .__ns__-input {
8585
line-height: normal;
8686
}
8787

88-
/* Align the left edge of Button inputs. */
89-
.__ns__ > button:first-of-type {
90-
margin-left: 0;
88+
.__ns__ button {
89+
margin: 0;
90+
}
91+
92+
/* Separate adjacent buttons. */
93+
.__ns__ button ~ button {
94+
margin-left: var(--length1);
9195
}
9296

9397
.__ns__-textarea {

0 commit comments

Comments
 (0)