mirror of
https://github.com/olehomelchenko/astrolabe-prototype.git
synced 2026-08-08 02:32:39 +00:00
feat: add search functionality for snippets with input field in UI
This commit is contained in:
@@ -324,4 +324,13 @@
|
||||
|
||||
.snippet-item:hover .comment-snippet {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.snippet-search {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
margin-bottom: 1rem;
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user