Could just be my forum being weird, but after the 1.1 update, I had to adjust the draft icon in the top menu. It was suddenly a little lower than the other icons. All I changed was vertical-align from "middle", to "top." It doesn't seem to hurt anything else and re-aligns the draft icon.
Again, probably just my forum. Maybe another extension conflicting. Anyway, just leaving this here in case it helps someone.
@media (min-width: 768px) {
.Header-controls, .Header-controls>li {
vertical-align: top;
}}