discourse/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
165 B
SCSS
Raw Normal View History

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