forked from FoundKeyGang/FoundKey
client: fix border radius on icon on welcome page
The border radius on the welcome page clipped the foundkey floofer.
This commit is contained in:
parent
6aeb033507
commit
fd8fc301b4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ function showMenu(ev) {
|
|||
> .icon {
|
||||
width: 85px;
|
||||
margin-top: -47px;
|
||||
border-radius: 100%;
|
||||
border-radius: 5%;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue