Skip to content

Commit 86fa5c0

Browse files
committed
fix sibling selector
1 parent efbde54 commit 86fa5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ form.__ns__-toggle .__ns__-input {
9090
}
9191

9292
/* Separate adjacent buttons. */
93-
.__ns__ button ~ button {
93+
.__ns__ button + button {
9494
margin-left: var(--length1);
9595
}
9696

0 commit comments

Comments
 (0)