Added search bar

This commit is contained in:
nazrin 2024-12-29 16:04:43 +00:00
parent a9dd23a52c
commit a4ab7b6442
5 changed files with 111 additions and 13 deletions

View file

@ -149,4 +149,21 @@ header #new-file .btn-svg svg {
.file-type[data-type="CSS"]{
color: #15a0dc
}
.file.filtered{
display: none;
}
#search-bar-container{
margin: 8px;
}
#search-bar{
padding: 10px;
}
#result-number-container{
width: 100%;
text-align: center;
margin-top: 20px;
color: #ccc;
}