From e6d039284bff81f68ea84e6c50dac27fadab6291 Mon Sep 17 00:00:00 2001 From: Saltssaumure Date: Sat, 14 Aug 2021 17:55:52 +0100 Subject: [PATCH] Add variable compact message spacing --- piOStheme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piOStheme.css b/piOStheme.css index 569639c..812eb3b 100644 --- a/piOStheme.css +++ b/piOStheme.css @@ -2,7 +2,7 @@ * @name piOSTEST3 * @author Saltssaumure#7557 * @description This is not the correct file - download from https://github.com/Saltssaumure/pios-discord-theme/releases/tag/vAutoupdate instead! - * @version 2 + * @version 3 */ /* @@ -885,7 +885,7 @@ Start boxes (borders) */ border-width: 1px 3px; border-style: solid; border-color: var(--border); - margin: 1.5rem 3rem; + margin: calc(var(--compact-message-spacing)*1.5rem) 3rem; padding: 1rem 1rem .5rem 1rem; padding-right: 1rem!important; }