notifications button font size, fix leap portal layout jump

This commit is contained in:
Gavin Atkinson 2021-08-18 17:54:02 -07:00
parent 32dda74acf
commit 2079496ec7
6 changed files with 57 additions and 15929 deletions

8518
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{
"name": "urbit-bitcoin-wallet",
"name": "btc-wallet",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,

File diff suppressed because it is too large Load Diff

View File

@ -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": {

View File

@ -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"

View File

@ -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",