mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:50:45 +08:00
49 lines
706 B
SCSS
49 lines
706 B
SCSS
.search-container {
|
|
flex-direction: column;
|
|
margin: 0;
|
|
|
|
.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,
|
|
.user-chooser {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.fps-result {
|
|
input[type="checkbox"] {
|
|
vertical-align: baseline;
|
|
}
|
|
}
|