projects
/
nemo-wallet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc9fb4
)
Fix grid item alignment.
author
Chris Duncan
<chris@zoso.dev>
Mon, 28 Oct 2024 14:27:56 +0000
(07:27 -0700)
committer
Chris Duncan
<chris@zoso.dev>
Mon, 28 Oct 2024 14:27:56 +0000
(07:27 -0700)
app/pages/nemo-wallet.html
patch
|
blob
|
history
diff --git
a/app/pages/nemo-wallet.html
b/app/pages/nemo-wallet.html
index fccdb392c3df9be1005abc48d89bf43777241ba7..d9a78c4c8e0bc641f275d25f15ae277054f99f5f 100644
(file)
--- a/
app/pages/nemo-wallet.html
+++ b/
app/pages/nemo-wallet.html
@@
-593,6
+593,7
@@
height: 100%;
}
.grid-x {
+ align-items: center;
display: grid;
grid-template-columns: repeat(12, 1fr);
}
@@
-692,6
+693,9
@@
.hide {
display: none;
}
+ button {
+ cursor: pointer;
+ }
h1 {
text-align: center;
}