impress/app/assets/stylesheets/users/_top_contributors.sass
Emi Matchu 366158b698 Add time frames to the Top Contributors list
Note that these queries are a bit slow. I don't think these new subpages will be accessed anywhere near often enough for their ~2sec query time to be a big deal. But if we start getting into trouble with it (e.g. someone starts slamming us for fun), we can look into how how cache these values over time.
2026-01-20 19:54:22 -08:00

25 lines
458 B
Sass

@import "../partials/clean/constants"
body.users-top_contributors
text-align: center
.timeframe-nav
margin: 1em 0
display: flex
justify-content: center
gap: 1em
list-style: none
padding: 0
#top-contributors
border:
spacing: 0
width: 1px 1px 0 0
margin: 1em auto
&, td, th
border:
color: $text-color
style: solid
td, th
border-width: 0 0 1px 1px
padding: .5em 1em