Browse Source

fixx

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
1d01186ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-plugins/plugins/core/name-registration/name-registration.src.js

2
qortal-ui-plugins/plugins/core/name-registration/name-registration.src.js

@ -48,7 +48,6 @@ class NameRegistration extends LitElement {
.divCard {
border: 1px solid #eee;
padding: 1em;
/** box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.20); **/
box-shadow: 0 .3px 1px 0 rgba(0,0,0,0.14), 0 1px 1px -1px rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.20);
}
@ -63,7 +62,6 @@ class NameRegistration extends LitElement {
img {
border-radius: 25%;
width: 100%;
max-width: 42px;
height: 100%;
max-height: 42px;

Loading…
Cancel
Save