mirror of
https://github.com/urbit/shrub.git
synced 2024-11-23 20:26:54 +03:00
notifications button font size, fix leap portal layout jump
This commit is contained in:
parent
32dda74acf
commit
2079496ec7
8518
package-lock.json
generated
8518
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
2
pkg/btc-wallet/package-lock.json
generated
2
pkg/btc-wallet/package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "urbit-bitcoin-wallet",
|
||||
"name": "btc-wallet",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
7456
pkg/grid/package-lock.json
generated
7456
pkg/grid/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,6 @@
|
||||
"serve": "vite preview",
|
||||
"lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\"",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"prepare": "husky install",
|
||||
"test": "echo \"No test yet\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -110,7 +110,7 @@ export const Nav: FunctionComponent<NavProps> = ({ menu }) => {
|
||||
/>
|
||||
<Link
|
||||
to="/leap/notifications"
|
||||
className="relative z-50 flex-none circle-button bg-blue-400 text-white"
|
||||
className="relative z-50 flex-none circle-button bg-blue-400 text-white h4"
|
||||
>
|
||||
3
|
||||
</Link>
|
||||
@ -136,7 +136,7 @@ export const Nav: FunctionComponent<NavProps> = ({ menu }) => {
|
||||
<Dialog open={isOpen} onOpenChange={onDialogClose}>
|
||||
<DialogContent
|
||||
onOpenAutoFocus={onOpen}
|
||||
className="fixed top-0 left-[calc(50%-7.5px)] w-[calc(100%-15px)] max-w-3xl px-4 text-gray-400 -translate-x-1/2 outline-none"
|
||||
className="fixed top-0 left-[calc(50%)] w-[calc(100%-15px)] max-w-3xl px-4 text-gray-400 -translate-x-1/2 outline-none"
|
||||
role="combobox"
|
||||
aria-controls="leap-items"
|
||||
aria-owns="leap-items"
|
||||
|
5
pkg/npm/api/package-lock.json
generated
5
pkg/npm/api/package-lock.json
generated
@ -268,11 +268,6 @@
|
||||
"eslint-visitor-keys": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"@urbit/eslint-config": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@urbit/eslint-config/-/eslint-config-1.0.1.tgz",
|
||||
"integrity": "sha512-7NY/3R1S7yEh+L2y9iIhe7f9nIlHuiZqV0dsqbTNxGlp64QaQ88njHwSDgtYURJMotdm02g7d46BGPsiRM6UQg=="
|
||||
},
|
||||
"ansi-styles": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
||||
|
Loading…
Reference in New Issue
Block a user