style: set size of icon button (#3560)
This commit is contained in:
parent
5409b78f9f
commit
6262409184
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user