discourse/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss
Joffrey JAFFEUX 89a6cac968
FIX: attempt to simplify chat navbar spacing (#30054)
The main bug this commit is fixing is lack of spacing on the title "channels" when visiting the chat homepage on mobile.
2024-12-03 09:33:10 +01:00

12 lines
121 B
SCSS

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