Updates for supporting blobs

This commit is contained in:
2023-05-30 10:20:01 -05:00
parent 084ed0732d
commit 48ebcb63c0
8 changed files with 108 additions and 34 deletions

View File

@ -405,4 +405,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
height: 15px !important;
position: relative;
top: 3px;
}
}
.blobIcon
{
margin-left: 0.25rem;
margin-right: 0.25rem;
cursor: pointer;
}