Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions frontend/styles/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
display: none;
}

.header-actions #syncBtn > span:last-child {
display: inline;
}

.header-actions {
flex-wrap: wrap;
}
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1>成績分析平台</h1>
</span>
<span>分享</span>
</button>
<button class="import-dropdown-btn" id="syncBtn" data-tour="import-btn" aria-label="匯入成績">
<button class="import-dropdown-btn" id="syncBtn" data-tour="import-btn" aria-label="載入成績">
<span class="dropdown-icon">
<svg class="inline-svg-icon icon-18" fill="currentColor"
xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 -960 960 960"
Expand All @@ -122,7 +122,7 @@ <h1>成績分析平台</h1>
d="M160-160v-80h109q-51-44-80-106t-29-134q0-112 68-197.5T400-790v84q-70 25-115 86.5T240-480q0 54 21.5 99.5T320-302v-98h80v240H160Zm440 0q-50 0-85-35t-35-85q0-48 33-82.5t81-36.5q17-36 50.5-58.5T720-480q53 0 91.5 34.5T858-360q42 0 72 29t30 70q0 42-29 71.5T860-160H600Zm116-360q-7-41-27-76t-49-62v98h-80v-240h240v80H691q43 38 70.5 89T797-520h-81ZM600-240h260q8 0 14-6t6-14q0-8-6-14t-14-6h-70v-50q0-29-20.5-49.5T720-400q-29 0-49.5 20.5T650-330v10h-50q-17 0-28.5 11.5T560-280q0 17 11.5 28.5T600-240Zm120-80Z" />
</svg>
</span>
<span>匯入成績</span>
<span>載入成績</span>
</button>
</div>
</div>
Expand Down
Loading