mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Minor tweaks to suggestion spacing
This commit is contained in:
parent
2736d2dcc9
commit
9407f2e31b
|
@ -8,12 +8,11 @@
|
|||
|
||||
#typeahead-suggestions {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
top: 38px;
|
||||
z-index: 90;
|
||||
}
|
||||
|
||||
.suggestions-dropdown {
|
||||
padding-top: 10px;
|
||||
width: @search-bar-width;
|
||||
max-width: calc( ~'100vw -'@icon-box-size + @icon-padding * 2 + @margin-side );
|
||||
display: flex; // Needed to show margin
|
||||
|
|
Loading…
Reference in a new issue