PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.68
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.68
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / src / view.css

view.css in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.68, at src/view.css

68 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 p.wpvr-block-content {
2 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3 }
4
5 .wpvr-base-control {
6 padding: 0 16px;
7 }
8 .block-editor-block-card .block-editor-block-icon {
9 margin-left: -6px!important;
10 margin-right: 4px!important;
11 padding: 0!important;
12 height: 20px!important;
13 }
14
15 .wpvr-base-control label.components-base-control__label,
16 .wpvr-base-control label.components-input-control__label {
17 height: 18px;
18 }
19
20 .wpvr-base-control .components-text-control__input {
21 height: 30px;
22 }
23
24 .wpvr-radius-base-control,
25 .wpvr-mobile-height-base-control,
26 .wpvr-height-base-control,
27 .wpvr-width-base-control {
28 float: left;
29 width: 199px;
30 padding-right: 0;
31 position: relative;
32 top: -2px;
33 }
34
35 .wpvr-radius-unit-control,
36 .wpvr-mobile-height-unit-control,
37 .wpvr-height-unit-control,
38 .wpvr-width-unit-control {
39 position: relative;
40 top: -2px;
41 left: -1px;
42 padding-left: 0;
43 width: 80px;
44 }
45
46 .wpvr-height-unit-control {
47 top: 6px;
48 }
49
50 .wpvr-mobile-height-unit-control {
51 top: 6px;
52 }
53 .wpvr-radius-unit-control {
54 top: 6px;
55 }
56
57 .wpvr-radius-unit-control select,
58 .wpvr-mobile-height-unit-control select,
59 .wpvr-height-unit-control select,
60 .wpvr-width-unit-control select {
61 height: 30px!important;
62 }
63
64
65 .components-panel__body.block-editor-block-inspector__advanced {
66 clear: left;
67 margin-top: 30px;
68 }