# wpvr/8.5.74/src/view.css

WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress, version 8.5.74. 68 lines.

- Page: https://pluginprobe.com/plugins/wpvr/8.5.74/code/src/view.css
- Raw: https://pluginprobe.com/plugins/wpvr/8.5.74/raw/src/view.css
- Modified: 2023-09-07T04:53:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpvr/8.5.74/code/src/view.css#L10-L20`.

```css
p.wpvr-block-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.wpvr-base-control {
    padding: 0 16px;
}
.block-editor-block-card .block-editor-block-icon {
    margin-left: -6px!important;
    margin-right: 4px!important;
    padding: 0!important;
    height: 20px!important;
}

.wpvr-base-control label.components-base-control__label,
.wpvr-base-control label.components-input-control__label {
    height: 18px;
}

.wpvr-base-control .components-text-control__input {
    height: 30px;
}

.wpvr-radius-base-control,
.wpvr-mobile-height-base-control,
.wpvr-height-base-control,
.wpvr-width-base-control {
    float: left;
    width: 199px;
    padding-right: 0;
    position: relative;
    top: -2px;
}

.wpvr-radius-unit-control,
.wpvr-mobile-height-unit-control,
.wpvr-height-unit-control,
.wpvr-width-unit-control {
    position: relative;
    top: -2px;
    left: -1px;
    padding-left: 0;
    width: 80px;
}

.wpvr-height-unit-control {
    top: 6px;
}

.wpvr-mobile-height-unit-control {
    top: 6px;
}
.wpvr-radius-unit-control {
    top: 6px;
}

.wpvr-radius-unit-control select,
.wpvr-mobile-height-unit-control select,
.wpvr-height-unit-control select,
.wpvr-width-unit-control select {
    height: 30px!important;
}


.components-panel__body.block-editor-block-inspector__advanced {
    clear: left;
    margin-top: 30px;
}
```
