Adjust search button dimensions

This commit is contained in:
itepechi 2023-08-31 06:24:45 +09:00
parent d9b7a2db7f
commit e600e3b3ce
2 changed files with 6 additions and 0 deletions

View File

@ -201,6 +201,7 @@
.search-button {
margin-left: 0.5em;
width: 3em;
}
}

View File

@ -73,6 +73,11 @@
height: 29px;
}
.search-button {
margin-left: 0.5em;
width: 3em;
}
.search-bar-input {
flex: 1 0 auto;
margin-left: 0.5em;