We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6367dd5 commit b0bc84fCopy full SHA for b0bc84f
1 file changed
src/components/BootstrapBlazor.PdfReader/PdfReader.razor
@@ -21,8 +21,6 @@
21
<div class="bb-view-icon bb-view-fit-width" @onclick="FitToWidth"><i class="fa-solid fa-arrows-left-right-to-line"></i></div>
22
<div class="bb-view-icon bb-view-fit-rotate" @onclick="RotateLeft"><i class="fa-solid fa-rotate-left"></i></div>
23
<div class="bb-view-icon bb-view-fit-rotate" @onclick="RotateRight"><i class="fa-solid fa-rotate-right"></i></div>
24
- <div class="bb-view-divider"></div>
25
- <div class="bb-view-icon bb-view-draw"><i class="fa-solid fa-pen-to-square"></i></div>
26
</div>
27
<div class="bb-view-controls">
28
<div class="bb-view-icon bb-view-download"><i class="fa-solid fa-arrow-right-to-bracket fa-rotate-90"></i></div>
0 commit comments