fix(anyrun): fix typo in the css
This commit is contained in:
parent
223ca87e73
commit
03f4c1eae8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
background: rgba(36, 39, 58, 0.7);
|
||||
border-radius: 16px;
|
||||
padding: 8px;
|
||||
box-shadow: 0pz 2px 33px -5px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 2px 33px -5px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
row:first-child {
|
||||
|
|
Loading…
Reference in a new issue