Use host tag

This commit is contained in:
2023-06-30 22:11:54 +01:00
parent 5653a6b027
commit ad41d08355
5 changed files with 10 additions and 11 deletions

View File

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