ginipick commited on
Commit
a8db41d
Β·
verified Β·
1 Parent(s): 0e85825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -77,7 +77,7 @@ h2{margin:0;font-size:1.5rem;font-weight:600}
77
  position:absolute; /* μ ˆλŒ€ μœ„μΉ˜λ‘œ λ³€κ²½ */
78
  top:50%; /* μƒλ‹¨μ—μ„œ 50% */
79
  left:50%; /* μ’ŒμΈ‘μ—μ„œ 50% */
80
- transform: translate(-50%, -50%); /* 정쀑앙 배치 */
81
  border: 1px solid #ddd;
82
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
83
  }
@@ -96,6 +96,7 @@ h2{margin:0;font-size:1.5rem;font-weight:600}
96
  overflow: hidden;
97
  text-overflow: ellipsis;
98
  max-width: 150px;
 
99
  }
100
  button.upload{all:unset;cursor:pointer;border:1px solid #bbb;padding:8px 14px;border-radius:6px;background:#fff;margin:0 8px}
101
  #viewer{
 
77
  position:absolute; /* μ ˆλŒ€ μœ„μΉ˜λ‘œ λ³€κ²½ */
78
  top:50%; /* μƒλ‹¨μ—μ„œ 50% */
79
  left:50%; /* μ’ŒμΈ‘μ—μ„œ 50% */
80
+ transform: translate(-50%, -70%); /* μ •μ€‘μ•™μ—μ„œ 20% μœ„λ‘œ 이동 */
81
  border: 1px solid #ddd;
82
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
83
  }
 
96
  overflow: hidden;
97
  text-overflow: ellipsis;
98
  max-width: 150px;
99
+ font-size: 11px; /* κΈ°λ³Έ 16pxμ—μ„œ μ•½ 30% κ°μ†Œ */
100
  }
101
  button.upload{all:unset;cursor:pointer;border:1px solid #bbb;padding:8px 14px;border-radius:6px;background:#fff;margin:0 8px}
102
  #viewer{