discourse/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss
chapoi b063d92ad1
UX: chat header size and alignments (#25239)
This commit:

- increased the size of chat-header-offset from 46px to 56px on mobile
- tweaked navbar padding
- Increased the gap between back button and title; this means no more perfect alignment, but I think that's perfectly fine and a fair trade off for an easier click target for the back button without fear of hitting the title
2024-01-12 14:27:44 +01:00

12 lines
150 B
SCSS

.c-navbar {
gap: 0.75rem;
&-container {
max-width: 100vw;
padding-inline: 0.25rem;
}
&__back-button {
align-self: stretch;
}
}