discourse/app/assets/stylesheets/mobile/topic-footer.scss
Penar Musaraj 07e5f8907e
DEV: Consolidate mobile positioning strategies on mobile and iPad (#30241)
This removes some longstanding Safari iOS positioning hacks and refactors the mobile positioning strategy across Safari, Chrome and Firefox. See PR descriptions for more details. 

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-01-10 11:00:15 -05:00

33 lines
527 B
SCSS

html:not(.anon) #topic-footer-buttons {
.topic-footer-main-buttons {
width: 100%;
justify-content: space-between;
gap: 0.75rem;
.btn,
.topic-notifications-button .btn,
.pinned-button .btn {
font-size: var(--font-up-1-rem);
}
&__actions {
gap: 0.75rem;
}
.d-button-label {
display: none;
}
.pinned-button,
.topic-notifications-button {
.selected-name .name {
display: none;
}
}
.d-icon {
margin-right: 0;
}
}
}