Skip to content

Commit 7709c88

Browse files
committed
No reason to show the presenter mode toggle on small devices
1 parent 0a4ae42 commit 7709c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pages/Home/JwtDecoder/JwtDecoder.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "~/jwt-decoder"
1+
@page "~/jwt-decoder"
22
@model IdentityServerHost.Pages.Home.JwtDecoder
33

44
<div class="jwt-decoder-page">
@@ -29,7 +29,7 @@
2929
Show claim information
3030
</label>
3131
</div>
32-
<div class="custom-control custom-switch custom-control-inline">
32+
<div class="custom-control custom-switch custom-control-inline d-none d-md-inline-flex">
3333
<input class="custom-control-input" type="checkbox" id="togglePresenterMode">
3434
<label class="custom-control-label" for="togglePresenterMode">
3535
Presenter mode

0 commit comments

Comments
 (0)