mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 05:03:43 +08:00
b063d92ad1
This commit: - increased the size of chat-header-offset from 46px to 56px on mobile - tweaked navbar padding - Increased the gap between back button and title; this means no more perfect alignment, but I think that's perfectly fine and a fair trade off for an easier click target for the back button without fear of hitting the title
12 lines
329 B
SCSS
12 lines
329 B
SCSS
@import "base-desktop";
|
|
@import "chat-navbar";
|
|
@import "chat-composer-uploads";
|
|
@import "chat-index-drawer";
|
|
@import "chat-index-full-page";
|
|
@import "chat-message-actions";
|
|
@import "chat-message";
|
|
@import "chat-channel-info";
|
|
@import "chat-message-creator";
|
|
@import "chat-message-thread-indicator";
|
|
@import "sidebar-extensions";
|