Files
discourse_theme_ran/scss/topics.scss
T
Jordan Vidrine 2f2d1b8607 more changes
2025-02-27 15:23:42 -06:00

30 lines
570 B
SCSS

#topic-title {
z-index: 999;
margin-bottom: 1em;
padding: 1.5rem 2rem 0.5em;
position: sticky;
top: var(--header-offset);
background: #ffffff;
}
// .container.posts,
// .more-topics__container,
// #topic-footer-buttons {
// padding: 0 24px;
// }
.container.posts .topic-navigation {
top: calc(var(--header-offset, 60px) + 4em);
}
.discourse-post-event .discourse-post-event-widget {
background-color: #ffffff;
}
.more-topics__container
.more-topics__list
.topic-list-body
.topic-list-item:last-of-type {
border-bottom: 1px solid #cedde3;
}