mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Positining of search spinner in tablet-sized viewports
This commit is contained in:
parent
966dbb9705
commit
af11913314
1 changed files with 7 additions and 3 deletions
|
@ -103,6 +103,10 @@
|
||||||
|
|
||||||
.search-menu {
|
.search-menu {
|
||||||
|
|
||||||
|
.search-input {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.search-context .show-help {
|
.search-context .show-help {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -129,14 +133,14 @@
|
||||||
|
|
||||||
.searching {
|
.searching {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.25em;
|
top: 1.15em;
|
||||||
right: 1.5em;
|
right: 1em;
|
||||||
|
|
||||||
.spinner {
|
.spinner {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
margin: 20px 0 0 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// I am ghetto using this to display "Show More".. be warned
|
// I am ghetto using this to display "Show More".. be warned
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue