I don’t even know what it’s meant to be, but I think it looks quite nice.
You can view it here: Theme Creator
Worth sharing in #theme-full?
I don’t even know what it’s meant to be, but I think it looks quite nice.
You can view it here: Theme Creator
Worth sharing in #theme-full?
This is a good start to a theme, thanks for sharing!
I took a look through it and I think there are some things you may want to consider fixing that would make this more usable for others.
/about page nav gets cut off — add some more padding-top to #main-outlet
admin wrench gets cut off by the header — add some more padding-top to .timeline-container .topic-timeline
It might also be worth considering adding some padding-top
to .extra-info-wrapper
so the title is centered with the logo? That’s just a matter of personal preference though.
find a better color to give to button .d-icon.d-icon-d-tracking, button .d-icon.d-icon-d-watching
so it’s easier to see
You might want to add some styles to .small-action
so it matches your post width/border. (The section that says “3 years later”)
.small-action {
max-width: 790px; // Matches your increased post width
border-top: 1px solid $header_background; // blue color
}
The categories look very empty without an image present. Maybe some styles to improve that? I tried this to center the content in the boxes, but you may want to experiment with it a bit:
table.category-list tbody tr td.category {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
.category-description,
.subcategories {
height: auto
}
}
You’re golden. Thanks!
I’ve applied some fixes now on my local installation, I’ll upload them to the theme creator tomorrow!