Browse Source

Reduce QR logo size (#246)

umbrel-dev-perf
Luke Childs 4 years ago
committed by GitHub
parent
commit
7228e8196b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/Utility/QrCode.vue

4
src/components/Utility/QrCode.vue

@ -78,8 +78,8 @@ export default {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
width: 35%; width: 25%;
height: 35%; height: 25%;
transform: translate3d(-50%, -50%, 0) scale(1); transform: translate3d(-50%, -50%, 0) scale(1);
} }
</style> </style>

Loading…
Cancel
Save