From dd1382ae7176d4842a1f6be2d302f015389e05ce Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 18 May 2022 21:52:28 -0300 Subject: [PATCH] Increase the size of un/pin notes and remove icons --- css/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.scss b/css/style.scss index 9fb6d7f..5f05c50 100644 --- a/css/style.scss +++ b/css/style.scss @@ -114,6 +114,9 @@ margin-left: 2px; padding: 12px; background-color: rgba(0,0,0,0.08); + background-size: 22px; + min-width: 28px; + min-height: 28px; opacity: 0.54; border-radius: 50%; }