discourse/app/assets/stylesheets/desktop.scss
Sam 1bf0b2a5f4 FEATURE: show timeline component when expanding post progress
- Show fullscreen timeline with title of topic in mobile
- Go to post # kb shortcut now unconditionally uses a modal
- Always show wrench on topics (was missing if progress bar was showing)
- Be smarter about rendering timeline even if composer is open (provided there is room)
2016-10-19 14:29:58 +11:00

28 lines
711 B
SCSS

@import "common";
/* @import "desktop/*"; TODO: get this working again */
@import "desktop/alert";
@import "desktop/banner";
@import "desktop/compose";
@import "desktop/discourse";
@import "desktop/header";
@import "desktop/login";
@import "desktop/modal";
@import "desktop/user-card";
@import "desktop/category-list";
@import "desktop/topic-list";
@import "desktop/topic-post";
@import "desktop/topic";
@import "desktop/upload";
@import "desktop/user";
@import "desktop/history";
@import "desktop/queued-posts";
@import "desktop/menu-panel";
/* These files doesn't actually exist, they are injected by DiscourseSassImporter. */
@import "plugins";
@import "plugins_desktop";
@import "category_backgrounds";