discourse/app/assets/stylesheets/desktop/topic.scss
Kris 329e1055cf
DEV: merge mobile topic.scss styles into common directory (#31712)
This eliminates the mobile topic.scss file by moving its styles into the
relevant common files with breakpoints, and also removes some unused
legacy styles. There should be no major visual changes as a result.
2025-03-10 11:31:15 -04:00

39 lines
654 B
SCSS
Vendored

.post-actions {
@include unselectable;
clear: both;
text-align: right;
margin-bottom: 10px;
.post-action {
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
}
.post-menu-area {
margin: 20px 0;
}
#topic-title {
.remove-featured-link {
float: right;
text-transform: lowercase;
color: var(--primary-med-or-secondary-med);
font-size: 0.857rem;
}
}
#topic-filter {
background-color: var(--highlight-bg);
padding: 8px;
bottom: 0;
position: fixed;
width: 100%;
font-size: var(--font-0);
z-index: z("dropdown");
}
.onscreen-post .row {
display: flex; // children should never wrap
}