mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:35:48 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
46 lines
651 B
SCSS
46 lines
651 B
SCSS
.search-container {
|
|
flex-direction: column;
|
|
margin-top: 0.5em;
|
|
|
|
.search-advanced {
|
|
order: 1;
|
|
width: 100%;
|
|
|
|
.search-info {
|
|
flex-direction: column;
|
|
align-items: left;
|
|
justify-content: center;
|
|
|
|
.sort-by {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 0.5em;
|
|
margin-left: 0;
|
|
width: 100%;
|
|
|
|
.select-kit {
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.search-notice {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.search-advanced-sidebar {
|
|
order: 0;
|
|
width: 100%;
|
|
margin: 0;
|
|
|
|
.tag-chooser {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.fps-topic {
|
|
max-width: 75%;
|
|
}
|