mirror of
https://github.com/discourse/discourse.git
synced 2024-12-22 16:04:20 +08:00
89a6cac968
The main bug this commit is fixing is lack of spacing on the title "channels" when visiting the chat homepage on mobile.
12 lines
121 B
SCSS
12 lines
121 B
SCSS
.c-navbar {
|
|
gap: 0.5rem;
|
|
|
|
&-container {
|
|
max-width: 100vw;
|
|
}
|
|
|
|
&__back-button {
|
|
align-self: stretch;
|
|
}
|
|
}
|