From 0f1f6531dafe4da493178707af71719dbb41817b Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Mon, 28 Oct 2019 15:24:56 +0000 Subject: [PATCH] wide: Reduce button spaces --- data/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/style.css b/data/style.css index 2ec94bc8..815c278e 100644 --- a/data/style.css +++ b/data/style.css @@ -4,7 +4,7 @@ sq_view { font-family: cantarell, sans-serif; } -sq_button { +sq_view sq_button { color: #deddda; background: #464448; border-style: solid; @@ -14,6 +14,10 @@ sq_button { margin: 4px 2px 4px 2px; } +sq_view.wide sq_button { + margin: 1px 1px 1px 1px; +} + sq_button:active { background: #747077; border-color: #96949d;