fix: Actualizar diseño del Hub

This commit is contained in:
2026-07-29 19:01:13 -04:00
parent 580fb5bc6c
commit 96e831ea01
7 changed files with 298 additions and 186 deletions
+69 -2
View File
@@ -54,6 +54,15 @@ select {
-webkit-tap-highlight-color: transparent;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
appearance: none;
display: none;
}
button {
color: inherit;
}
@@ -1140,8 +1149,9 @@ img {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
gap: 16px;
margin-bottom: 18px;
flex-wrap: wrap;
}
.category-filters {
@@ -1150,6 +1160,53 @@ img {
gap: 4px;
}
.filter-bar__search {
flex: 1;
max-width: 360px;
min-width: 220px;
min-height: 42px;
display: grid;
grid-template-columns: 18px 1fr auto;
align-items: center;
gap: 10px;
border: 1px solid var(--line);
border-radius: 2px;
background: #ffffff;
padding: 0 12px;
color: var(--glm-blue);
transition: border-color 160ms ease, box-shadow 160ms ease;
}
.filter-bar__search:focus-within {
border-color: var(--glm-blue);
box-shadow: 0 0 0 1px var(--glm-blue);
}
.filter-bar__search input {
width: 100%;
height: 40px;
border: 0;
outline: 0;
background: transparent;
color: var(--text);
font-size: 0.82rem;
}
.filter-bar__search input::placeholder {
color: #8a8a8a;
}
.filter-bar__search button {
width: 24px;
height: 24px;
display: grid;
place-items: center;
border: 0;
background: transparent;
color: var(--glm-blue);
padding: 0;
}
.category-filters button,
.favorites-filter {
min-height: 44px;
@@ -1593,7 +1650,7 @@ img {
.admin-list__search {
display: grid;
grid-template-columns: 20px 1fr;
grid-template-columns: 20px 1fr auto;
align-items: center;
gap: 9px;
margin: 14px;
@@ -1612,6 +1669,16 @@ img {
font-size: 0.77rem;
}
.admin-list__search button {
width: 24px;
height: 24px;
display: grid;
place-items: center;
border: 0;
background: transparent;
color: var(--glm-blue);
}
.admin-list__items {
min-height: 0;
flex: 1;