PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.4.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.4.1
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | css/frame.css +7 -3 1.41.4.1 View file →
@@ -406,17 +406,21 @@
406 406 }
407 407
408 408 .file-wrapper {
409 409 position: relative;
410 - margin-right: 10px !important;
410 + overflow: hidden;
411 411 }
412 412
413 413 .file {
414 + font-size: 200px;
414 415 position: absolute;
415 416 top: 0;
416 - left: 0;
417 417 right: 0;
418 - bottom: 0;
419 418 opacity: 0;
420 419 -moz-opacity: 0;
421 420 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
421 +}
422 +
423 +#remote-file {
424 + margin-top: 10px;
425 + clear: both;
422 426 }