Skip to content

Commit d7b6454

Browse files
committed
Force version footer to render after all sidebar sections
1 parent df26fad commit d7b6454

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

functions/_lib/buildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const APP_VERSION = "0.0.0";
2-
export const APP_COMMIT = "913f9fa1";
2+
export const APP_COMMIT = "df26fad2";
33
export const APP_BUILD_LABEL = `v${APP_VERSION}+${APP_COMMIT}`;

src/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ input {
183183
.sidebar-grow {
184184
flex: 1 1 auto;
185185
min-height: 0;
186+
order: 998;
186187
}
187188

188189
.sidebar-footer {
@@ -191,6 +192,7 @@ input {
191192
font-size: 0.74rem;
192193
line-height: 1.35;
193194
color: var(--muted);
195+
order: 999;
194196
}
195197

196198
.sidebar-panel > header {

src/lib/buildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const APP_VERSION = "0.0.0";
2-
export const APP_COMMIT = "913f9fa1";
2+
export const APP_COMMIT = "df26fad2";
33
export const APP_BUILD_LABEL = `v${APP_VERSION}+${APP_COMMIT}`;

0 commit comments

Comments
 (0)