enh: enlarge the cancel icon during search box (#8476)

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
This commit is contained in:
Kush Trivedi 2020-11-10 19:36:10 +05:30 committed by GitHub
parent 9d8bffe455
commit 3b4cd28970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,11 @@ header {
height: 1.6em;
}
svg.cancel-x {
width: 1.6em;
height: 1.6em;
}
#hamburger {
display: inline-block;
position: absolute;