discourse-gated-topics-in-c.../common/common.scss

23 lines
333 B
SCSS
Raw Normal View History

2022-04-05 13:34:13 -04:00
.custom-need-access-prompt {
2022-04-05 14:23:15 -04:00
background: var(--tertiary-low);
2022-04-05 13:34:13 -04:00
display: block;
2022-04-05 14:23:15 -04:00
position: fixed;
width: 100%;
bottom: 0;
left: 0;
right: 0;
padding: 2em;
z-index: 999;
}
.topic-in-gated-category {
.topic-navigation {
visibility: hidden;
}
.post-stream {
max-height: 150vh;
overflow: hidden;
}
}