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 c706b8c commit fad6547Copy full SHA for fad6547
1 file changed
src/content-handlers/iiif/modules/uv-shared-module/css/styles.less
@@ -240,8 +240,8 @@
240
}
241
242
.leftPanel {
243
- left: 0;
244
right: auto;
+ left: 0;
245
transform: translateX(-100%);
246
247
.md-mediaquery({
@@ -252,13 +252,14 @@
252
253
.leftPanel.open {
254
left: 0;
255
- right: 2em;
256
transform: none;
+ width: min(95%, 25rem);
257
258
259
transition-property: none;
260
left: initial;
261
right: initial;
262
+ width: auto;
263
});
264
265
@@ -274,8 +275,8 @@
274
275
276
277
.rightPanel.open {
-
278
279
+ width: min(95%, 30rem);
280
281
282
0 commit comments