mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
feat: search modal items centered & direction set to column
This commit is contained in:
@@ -41,18 +41,21 @@ form.search-form {
|
||||
}
|
||||
|
||||
.search-list {
|
||||
margin: 1em 0;
|
||||
max-height: 500px;
|
||||
margin: 1em;
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.search-item {
|
||||
width: 100%;
|
||||
|
||||
& > a {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
gap: 0.5em;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user