'Issue Key Info'; show on xl, not lg

prompted by the LHS going awry, esp. the part where the 'Show all' etc buttons
git commit -m "'Issue Key Info'; show on xl, not lg. (while recording a video
at 1080px width)
This commit is contained in:
Klaas van Schelven
2024-10-21 14:58:07 +02:00
parent 4803746c9b
commit 1741c0a510
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@
</div>{# bottom nav bar #}
</div>{# the whole of the big tabbed view #}
<div class="w-128 hidden lg:flex flex-auto flex-col">{# RHS container for multiple stacked boxes #}
<div class="w-128 hidden xl:flex flex-auto flex-col">{# RHS container for multiple stacked boxes #}
<div class="border-2 mb-4 mr-4"><!-- "issue: key info" box -->
<div class="font-bold border-b-2">

File diff suppressed because one or more lines are too long