0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss
2026-02-13 10:55:31 -06:00

15 lines
224 B
SCSS
Vendored

.c-navbar {
&-container {
max-width: 100vw;
}
&__back-button {
justify-content: flex-start;
box-sizing: border-box;
min-width: calc(2.44em + 1.05rem);
}
&__title {
padding-left: 0.3rem;
}
}