Remove the floating from the sidebar close buttons

These are mostly positioned with flexbox, and those that aren't
are covered by the similar close-wrap selector elsewhere in this file
This commit is contained in:
Andy Allan 2021-11-17 11:49:52 +00:00
parent abbd5a30d4
commit b43aaa1d58

View file

@ -389,11 +389,6 @@ body.compact-nav {
}
}
.icon.close {
float: right;
cursor: pointer;
}
.flash {
padding: 15px;