online-judge icon indicating copy to clipboard operation
online-judge copied to clipboard

Clean up border-radius

Open Xyene opened this issue 2 years ago • 0 comments

We have a lot of different border-radius values in use throughout the site, sometimes in conflicting places.

  • Paginators use 4px, tables use 6px. This looks weird when both are side-by-side; I think tables should be 4px too.
image
  • Comment boxes use 4px, but profile images are rounded to 6px.
image
  • Buttons use 4px
image
  • Code blocks use 4px
image
  • The submission table has no radius, despite being surrounded by elements that do
image

Consider, instead:

image

Xyene avatar Feb 06 '23 05:02 Xyene