mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
bd7100a062
This is the first iteration of this revamp, a following iteration will focus on improving the controls in the advanced search sidebar.
46 lines
649 B
SCSS
46 lines
649 B
SCSS
.search-container {
|
|
flex-direction: column;
|
|
margin-top: .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: .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%;
|
|
}
|