fix: show explorer sidebar 'Updated' timestamp on desktop

The .leftCol-foot was hidden by default and only revealed inside the
mobile/tablet media query, so the last-update line never appeared on
wider viewports.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
tdurieux
2026-05-04 11:28:10 +02:00
parent 03826fe58b
commit 96d9f3cee6
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2216,7 +2216,6 @@ code {
}
.leftCol-head,
.leftCol-foot,
.leftCol-close {
display: none;
}