2024-12-12 23:09:44 +08:00
|
|
|
.container.posts .topic-navigation {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2024-12-11 21:59:37 +08:00
|
|
|
html:not(.anon) #topic-footer-buttons {
|
|
|
|
.topic-footer-main-buttons {
|
2024-12-12 23:09:44 +08:00
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
|
|
|
gap: 0.75rem;
|
|
|
|
|
|
|
|
button,
|
|
|
|
.topic-notifications-button,
|
|
|
|
.pinned-button {
|
|
|
|
font-size: var(--font-up-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
&__actions {
|
|
|
|
gap: 0.75rem;
|
|
|
|
}
|
|
|
|
|
2024-12-11 21:59:37 +08:00
|
|
|
.d-button-label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pinned-button,
|
|
|
|
.topic-notifications-button {
|
|
|
|
.selected-name .name {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|