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 a2e8c02 commit e974a11Copy full SHA for e974a11
1 file changed
src/components/BootstrapBlazor.PdfReader/PdfReader.razor.css
@@ -112,6 +112,7 @@
112
}
113
114
.bb-view-thumbnails {
115
+ --thumb-rotate: 0;
116
flex-basis: 0;
117
overflow: auto;
118
background-color: #28292a;
@@ -141,6 +142,7 @@
141
142
padding: 1px;
143
cursor: pointer;
144
border: 2px solid #28292a;
145
+ transform: rotate(var(--thumb-rotate));
146
147
148
.bb-view-content {
0 commit comments