From dbcc2ea5d252ed765b8a6e4aef2036375ac8ca6b Mon Sep 17 00:00:00 2001 From: nin0dev Date: Tue, 11 Jun 2024 19:20:05 -0400 Subject: [PATCH] Cascading Style Sheets are my passion --- src/plugins/rpcEditor/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/plugins/rpcEditor/style.css diff --git a/src/plugins/rpcEditor/style.css b/src/plugins/rpcEditor/style.css new file mode 100644 index 000000000..8ceda789c --- /dev/null +++ b/src/plugins/rpcEditor/style.css @@ -0,0 +1,14 @@ +.vc-rpceditor-horizontal { + display: flex; + justify-content: space-evenly; + +} + +.vc-rpceditor-horizontal div { + flex: 1; +} + + +.vc-rpceditor-horizontal div:first-child { + padding-right: 5px; +}