style: set size of icon button (#3560)

This commit is contained in:
Zeke Zhang 2024-02-23 11:29:17 +08:00 committed by GitHub
parent 5409b78f9f
commit 6262409184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,8 @@ export const CurrentUser = () => {
className={css`
display: inline-block;
vertical-align: top;
width: 46px;
height: 46px;
&:hover {
background: rgba(255, 255, 255, 0.1) !important;
}

View File

@ -69,6 +69,8 @@ export const Help = () => {
className={css`
display: inline-block;
vertical-align: top;
width: 46px;
height: 46px;
&:hover {
background: rgba(255, 255, 255, 0.1) !important;
}