improved assisted research ui
This commit is contained in:
parent
90883384f4
commit
a4baf0d6a6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -623,6 +623,9 @@ header[role="banner"]{
|
|||
font-size: 0.756em;
|
||||
.ss-single-selected{
|
||||
border-radius: 0.7em;
|
||||
&.ss-open-below{
|
||||
border-radius: 0.7em 0.7em 0 0.7em;
|
||||
}
|
||||
height:1.5em;
|
||||
border: none;
|
||||
padding: 0 0.5em;
|
||||
|
@ -640,7 +643,21 @@ header[role="banner"]{
|
|||
}
|
||||
.ss-content{
|
||||
width:auto;
|
||||
border: none;
|
||||
border-radius: 0.7em 0 0.7em 0.7em;
|
||||
&.ss-open{
|
||||
box-shadow: 0 0 10px #ccc;
|
||||
}
|
||||
right: 0;
|
||||
.ss-list{
|
||||
max-height: none;
|
||||
.ss-option{
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue