mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +08:00
This commit ensures the browse page can be loaded in the drawer and doesn’t force full page mode. Other notable changes of this commit: - be consistent about wrapping each full page route with "c-routes.--route-name" and each drawer container with "c-drawer-routes.--route-name" - move browse channels into its own component, it was before in the template of the channels browse
6 lines
98 B
SCSS
Vendored
6 lines
98 B
SCSS
Vendored
.c-drawer-routes {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1 0 auto;
|
|
height: 100%;
|
|
}
|