DEV Community

Discussion on: Changelog: Adjusted position of post buttons for wide screens

Collapse
 
ben profile image
Ben Halpern

Everyone is welcome to bikeshed about where we go from here.

Thanks a lot to @flaque for egging this on. This wasn't exactly the solution you described, but those ideas are still in the ether, and we could get there.

Dev.to shouldn't be some random internet website. It's got the potential to be a great resource, to generate interesting articles, and to inspire a whole generation of programmers.

Reading this a few weeks ago really touched me and we really want to keep working to live up to this potential.

Collapse
 
bennypowers profile image
Benny Powers ๐Ÿ‡ฎ๐Ÿ‡ฑ๐Ÿ‡จ๐Ÿ‡ฆ

more contrast between page bg and button bg, because wcag

also, more cowbell

Collapse
 
link2twenty profile image
Andrew Bone

Or a border around the button would work too

.container .article-actions button:not(.user-activated), .container .article-actions a:not(.user-activated) {
  border: 2px solid #ccc;
}
Collapse
 
flaque profile image
Evan

This is pretty exciting to see. Would love to see the sticky header go on all widths.