mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
scroll to top of page. We'll want to test that this doesn't break anything else in the app, @paglias looks like the guys on that thread felt pretty dirty about this workaround for some reason
21 lines
No EOL
476 B
Stylus
21 lines
No EOL
476 B
Stylus
ul.challenge-accordion-header-specs
|
|
list-style:none
|
|
|
|
li
|
|
background-color: darken($neutral, 10%)
|
|
margin: 2px 5px
|
|
float:left
|
|
|
|
#create-challenge-btn
|
|
margin-bottom: 10px
|
|
|
|
#challenges-filters h3
|
|
margin-top: 0px;
|
|
|
|
// for things like challenges, member profiles, etc
|
|
@media (min-width: 767px)
|
|
.wide-modal
|
|
/* new custom width */
|
|
width: 1020px;
|
|
/* must be half of the width, minus scrollbar on the left (30px) */
|
|
margin-left: -480px; |