mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat(search): ✨ clean up search suggestion padding
This commit is contained in:
parent
138f7a9bd5
commit
f1bf40ac78
|
@ -5,11 +5,21 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var( --space-xs );
|
||||
margin: var( --space-xs ) 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
border-bottom-right-radius: var( --border-radius-medium );
|
||||
border-bottom-left-radius: var( --border-radius-medium );
|
||||
|
||||
> li {
|
||||
&:first-of-type {
|
||||
margin-top: var( --space-xs );
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
margin-bottom: var( --space-xs );
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
|
|
@ -140,6 +140,8 @@
|
|||
}
|
||||
|
||||
&__footer {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
gap: var( --space-lg );
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue