Skip to content

Commit

Permalink
Merge pull request #696 from mixcore/features/mixdb-context
Browse files Browse the repository at this point in the history
Add MixDb Context
  • Loading branch information
nhathoang989 authored Sep 23, 2023
2 parents 6f1acc6 + cb43944 commit 5dee82b
Show file tree
Hide file tree
Showing 48 changed files with 15,845 additions and 2,780 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Mon Sep 04 2023 10:05:26 GMT+0700 (Indochina Time) */qr-code .qr-output canvas {
/* Sat Sep 09 2023 14:08:55 GMT+0700 (Indochina Time) */qr-code .qr-output canvas {
max-width: 100%; }

fb-login {
Expand Down Expand Up @@ -33,6 +33,9 @@ mix-module-data-table .preview-container {
max-height: 4em;
overflow: hidden; }

qr-code .qr-output canvas {
max-width: 100%; }

#dlg-preview-popup .modal-body img {
display: block;
margin: 0 auto;
Expand All @@ -42,9 +45,6 @@ mix-module-data-table .preview-container {
#dlg-preview-popup pre {
overflow: visible; }

qr-code .qr-output canvas {
max-width: 100%; }

/* PROPORTIONALLY resize the canvas to the intended viewing size */
/* canvas{width:300px; height:380px;} */
upload-croppie .cr-boundary {
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 5dee82b

Please sign in to comment.