From e91349a2cad97faff3e646fe676ee13c041ba617 Mon Sep 17 00:00:00 2001 From: czarhex Date: Thu, 18 Aug 2022 22:39:59 +0200 Subject: [PATCH] fix note area (#29) --- src/_flyouts.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/_flyouts.scss b/src/_flyouts.scss index 813c125..8581640 100644 --- a/src/_flyouts.scss +++ b/src/_flyouts.scss @@ -349,8 +349,13 @@ /* Footers */ .footer-31IekZ { background-color: transparent; - } - +} + +/* Notes area */ +.textarea-_59yqs { + padding: 10px; +} + /* Powercord/Replugged Notifications */ .powercord-toast, .powercord-toast .contents .inner { background: rgba(0, 0, 0, 0.436);