From dbe9f460ff369ed1b01314442044d4d8b6019920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 14 Feb 2024 19:33:52 +0100 Subject: [PATCH] Tweaked icon sizes in mobile bottom toolbar --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 146c4ff..6a86019 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3628,6 +3628,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link__icon { margin: 0; + transform: scale(1.3); } .app-body .column-link span { padding-left: .5em; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index d1e0651..7188b81 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3628,6 +3628,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link__icon { margin: 0; + transform: scale(1.3); } .app-body .column-link span { padding-left: .5em; diff --git a/TangerineUI.css b/TangerineUI.css index 40bea54..fd0231e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3628,6 +3628,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link__icon { margin: 0; + transform: scale(1.3); } .app-body .column-link span { padding-left: .5em;