0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 19:53:47 +08:00
discourse/app/assets/stylesheets/common/topic-entrance.scss
2025-07-28 16:17:06 -05:00

41 lines
657 B
SCSS
Vendored

#topic-entrance {
border: 1px solid var(--content-border-color);
padding: 5px;
background: var(--secondary);
box-shadow: var(--shadow-card);
width: 133px;
@include unselectable;
&:not(.--glimmer) {
z-index: z("dropdown");
position: absolute;
button.full .d-icon {
display: block;
width: 100%;
}
}
&.--glimmer {
button.full {
display: flex;
flex-direction: column;
}
}
button.full {
width: 100%;
margin-bottom: 5px;
flex-wrap: wrap;
.d-icon {
margin: 2px auto;
transform: rotate(90deg);
}
}
button.btn.jump-bottom {
margin: 5px 0 0 0;
}
}