mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
BUGFIX: cut up line while searching in chrome mac
This commit is contained in:
parent
41b15d1ad1
commit
cc1bbf3a7b
@ -239,8 +239,12 @@
|
||||
.searching {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
right: 13px;
|
||||
top: 17px;
|
||||
// keep the height here, otherwise
|
||||
// crazy positioning will happen due
|
||||
// to the spinner animation
|
||||
height: 100%;
|
||||
right: 15px;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
font-size: 18px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user