diff --git a/src/layouts/partials/package-grid.html b/src/layouts/partials/package-grid.html index decb6a2..8503904 100644 --- a/src/layouts/partials/package-grid.html +++ b/src/layouts/partials/package-grid.html @@ -5,9 +5,12 @@
-
+

packages

- {{- partial "sort-dropdown.html" -}} +

There are already plenty of packages available through tea. As the communi’tea builds the library, contributions will live here. We use Stable Diffusion to generate the artwork for each package using their title and code for input. That’s the power of Open Source.

@@ -89,7 +92,29 @@ border: 0px; overflow: hidden; } + + #searchBar { + display: flex; + } + #searchBar .sorting-container { + min-width: 260px; + } + #searchBar input { + min-width: 260px; + height: 60px; + padding: 5px 10px; + background-color: #1a1a1a !important; + color: #949494; + outline: none; + border: 2px solid #949494; + border-radius: 0px; + } + #searchBar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ + color: white; + opacity: 1; /* Firefox */ + } +