Skip to content

Commit d027163

Browse files
Merge branch 'dev' into codex/reduce-header-height-for-better-ux-w2l7ar
2 parents a9289c0 + 90c8d33 commit d027163

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/styles/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174
display: flex;
175175

176-
align-items: center;
176+
align-items: flex-end;
177177

178178
gap: 10px;
179179

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h1>成績分析平台</h1>
7777
</div>
7878
</div>
7979
<div class="data-time-box">
80+
<span class="header-status-badge" id="headerStatusBadge" aria-live="polite"></span>
8081
<div class="time-info">
8182

8283
<span class="time-label" id="updateTimeLabel">資料更新時間</span>

0 commit comments

Comments
 (0)