Merge branch 'main' into profile

This commit is contained in:
Alejandro Gomez
2023-07-01 10:42:12 +02:00
24 changed files with 383 additions and 73 deletions

View File

@ -102,7 +102,7 @@ header .logo {
cursor: pointer;
}
header .input {
header .paper {
min-width: 300px;
height: 32px;
}
@ -134,11 +134,11 @@ header .profile img {
gap: 8px;
}
header .input {
header .paper {
min-width: unset;
}
header .input .search-input {
header .paper .search-input {
display: none;
}