Skip to content

Commit 1021d55

Browse files
committed
style: wording style changes
1 parent 92dbc7b commit 1021d55

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/renderer/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ h1 {
193193
content: attr(data-tooltip);
194194
position: absolute;
195195
bottom: 150%;
196-
left: -40px;
196+
left: -70px;
197197
/* Fixed offset that keeps the tooltip nicely contained within the 410px space */
198198
right: auto;
199199
background-color: #334155;
@@ -203,7 +203,7 @@ h1 {
203203
font-size: 12px;
204204
font-weight: normal;
205205
width: max-content;
206-
max-width: 260px;
206+
max-width: 290px;
207207
white-space: pre-line;
208208
word-break: break-word;
209209
/* Ensure long words wrap */

src/renderer/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ <h1>股東會投票幫手</h1>
4848
<label for="folder-structure">
4949
資料夾結構
5050
<span class="info-icon"
51-
data-tooltip="依身分證字號: 分別建立身分證字號的子資料夾。&#10;扁平化檔案結構: 所有截圖都放在指定資料夾內">i</span>
51+
data-tooltip="身分證字號分層: 分別建立身分證字號的子資料夾。&#10;扁平化檔案結構: 所有的截圖都放在指定資料夾內">i</span>
5252
</label>
5353
<select id="folder-structure" class="select-input"
5454
style="width: 100%; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; background-color: rgba(0, 0, 0, 0.2); color: #fff; font-size: 0.9rem; font-family: 'Noto Sans TC', sans-serif; cursor: pointer;">
55-
<option value="by_id" style="background-color: #16213e; color: #fff;">依身分證字號 (子資料夾)</option>
55+
<option value="by_id" style="background-color: #16213e; color: #fff;">身分證字號分層 (子資料夾)</option>
5656
<option value="flat" style="background-color: #16213e; color: #fff;">扁平化檔案結構 (全部存在同一層)</option>
5757
</select>
5858
</div>

0 commit comments

Comments
 (0)