mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 12:02:59 +08:00
UX: add max width for c-navbar on mobile to prevent horizontal scroll (#25182)
This commit is contained in:
parent
2037683f47
commit
d4ce503460
|
@ -1,5 +1,6 @@
|
||||||
.c-navbar {
|
.c-navbar {
|
||||||
&-container {
|
&-container {
|
||||||
|
max-width: 100vw;
|
||||||
padding-inline: 0.25rem;
|
padding-inline: 0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user