From 0af2140e0341aebc78f170a36496847c742bf734 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 6 Jul 2023 15:20:22 -0400 Subject: [PATCH] refactor(swaync): slight adjustments --- configs/swaync/config.json | 4 ++-- configs/swaync/style.css | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configs/swaync/config.json b/configs/swaync/config.json index e298e46..4d782a1 100644 --- a/configs/swaync/config.json +++ b/configs/swaync/config.json @@ -10,14 +10,14 @@ "control-center-margin-right": 8, "control-center-margin-left": 8, "control-center-width": 500, - "control-center-height": 900, + "control-center-height": 1000, "fit-to-screen": false, "layer": "top", "control-center-layer": "top", "cssPriority": "user", "notification-icon-size": 64, - "notification-body-image-height": 100, + "notification-body-image-height": 300, "notification-body-image-width": 200, "notification-inline-replies": true, "timeout": 10, diff --git a/configs/swaync/style.css b/configs/swaync/style.css index 47e32f2..51ccfc6 100644 --- a/configs/swaync/style.css +++ b/configs/swaync/style.css @@ -1,4 +1,3 @@ - /* Dracula Theme */ /* https://gist.github.com/MrRoy/3a4a0b1462921e78bf667e1b36697268 */ @define-color foreground rgb(248, 248, 242); @@ -12,8 +11,6 @@ transition: all 200ms ease; outline: none; margin-bottom: 4px; - margin-right: 13px; - margin-top: 8px; border-radius: 30px; } @@ -95,11 +92,12 @@ .notification-default-action, .notification-action { padding: 4px; - margin: 0; + margin: 0px; box-shadow: none; background: @current-line; border: 2px solid @accent; color: @foreground; + min-height: 40px; } .notification-default-action:hover,