PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 4.9.2
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v4.9.2
4.9.2 4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 All 200 releases
← All changes | includes/Admin/Customizer/controls.css.php +4 -1 3.4.04.9.2 View file →
@@ -1,4 +1,5 @@
1 +<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
1 2 <style>
2 3 .betterdocs-customize-control-title {
3 4 margin-top: 0;
4 5 margin-bottom: 10px;
@@ -33,9 +34,9 @@
33 34 padding: 15px;
34 35 font-size: 11px;
35 36 font-weight: 600;
36 37 letter-spacing: 2px;
37 - line-height: 1;
38 + line-height: 1.3;
38 39 text-transform: uppercase;
39 40 color: #555;
40 41 background-color: #fff;
41 42 }
@@ -61,8 +62,9 @@
61 62 .betterdocs-customizer-reset {
62 63 font-size: 22px;
63 64 margin-left: 5px;
64 65 transition: unset;
66 + display: inline-block;
65 67 }
66 68 .betterdocs-customizer-reset svg {
67 69 width: 16px;
68 70 fill: #FE1F4A;
@@ -77,8 +79,9 @@
77 79 float: left;
78 80 }
79 81 .betterdocs-dimension-fields li:first-child span {
80 82 height: 30px;
83 + width: auto;
81 84 line-height: 30px;
82 85 font-size: 15px;
83 86 padding-left: 5px;
84 87 padding-right: 5px;