Skip to content

Commit

Permalink
fix: show fullscreen button for medium screen widths
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-u committed Mar 18, 2024
1 parent cb8c029 commit 1168e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Built-in apps are now installed as plugins
- The `modules` configuration has been renamed to `plugins`
- Guest role and user role accounts no longer have access to apps by default
- Hide the full screen button for narrow screen widths
- Hide fullscreen button for narrow screen widths
- Update JupyterLab to 4.1.5
- Update RStudio to 4.3.3
- Update Xray to 1.8.9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<a class="text-xl" href="/">{SITE_TITLE}</a>
</div>
{#if $currentInlineFrame}
<div class="hidden flex-none lg:block">
<div class="hidden flex-none md:flex">
<button class="btn btn-circle btn-ghost h-10 min-h-0 w-10" on:click={handleFullscreen}>
<span class="h-6 w-6">
<FullscreenIcon />
Expand Down

0 comments on commit 1168e06

Please sign in to comment.