mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 13:19:19 +08:00
Minor changes, see before/after. Regressed in https://github.com/discourse/discourse/pull/40688 Before <img width="400" alt="CleanShot 2026-06-19 at 11 48 59@2x" src="https://github.com/user-attachments/assets/a6149d92-5a3f-4dc9-bd48-b0515be873c7" /> <img width="400" alt="CleanShot 2026-06-19 at 11 49 12@2x" src="https://github.com/user-attachments/assets/ca1f7f3e-dbde-4893-b2b8-fbd17b169716" /> After <img width="400" alt="CleanShot 2026-06-19 at 11 47 55@2x" src="https://github.com/user-attachments/assets/e3787766-a428-4ea5-ae03-f535e91341ea" /> <img width="400" alt="CleanShot 2026-06-19 at 11 49 56@2x" src="https://github.com/user-attachments/assets/9a6811c3-8b55-4fbb-9227-251ebf12435b" />
14 lines
185 B
SCSS
Vendored
14 lines
185 B
SCSS
Vendored
.c-navbar {
|
|
&-container {
|
|
max-width: 100vw;
|
|
}
|
|
|
|
&__back-button {
|
|
justify-content: flex-start;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
&__title {
|
|
padding-left: 0.3rem;
|
|
}
|
|
}
|