From 28205a90ea4712c88bfc20d5850d611ae67e7a0f Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sun, 29 Aug 2021 22:24:21 -0300 Subject: [PATCH] rofi: fix message padding and margin --- .config/rofi/config.rasi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 411fe9c..8f40bb6 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -90,7 +90,8 @@ element active, element selected active { } message { - padding: 5px; + padding: 10px 5px 5px; + margin: 0 0 10px 0; border-radius: 3px; background-color: @emphasis; border: 1px;