Keldos commited on
Commit
92dce7d
1 Parent(s): 9c8c84b

fix: 更新弹窗适配小屏

Browse files
Files changed (1) hide show
  1. assets/custom.css +1 -1
assets/custom.css CHANGED
@@ -64,7 +64,7 @@ footer {
64
  border-radius: var(--container-radius);
65
  background: var(--background-fill-primary);
66
  padding: var(--size-4) var(--size-6);
67
- min-width: 400px;
68
  max-width: 480px;
69
  overflow: hidden;
70
  pointer-events: auto;
 
64
  border-radius: var(--container-radius);
65
  background: var(--background-fill-primary);
66
  padding: var(--size-4) var(--size-6);
67
+ min-width: 360px;
68
  max-width: 480px;
69
  overflow: hidden;
70
  pointer-events: auto;