Merge pull request #5269 from mempool/simon/mempool-goggles-logo

Update mempool goggles logo
This commit is contained in:
wiz 2024-07-03 19:45:53 +09:00 committed by GitHub
commit 89db3dc70e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 10 deletions

View File

@ -32,14 +32,14 @@
}
.menu-toggle {
width: 2em;
height: 2em;
width: 3em;
height: 1.8em;
padding: 0px 1px;
opacity: 0;
cursor: pointer;
color: white;
background: none;
border: solid 2px white;
border: none;
border-radius: 0.35em;
pointer-events: all;
}

File diff suppressed because one or more lines are too long

View File

@ -317,5 +317,5 @@
.goggles-icon {
display: block;
width: 2.2em;
width: 2.7em;
}