From a37e3935e755f9a7f1a81e51d9fee696cac681c2 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 14 Jan 2025 16:40:02 -0500 Subject: rewrite icon system to cache better --- extension/src/index.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'extension/src/index.css') diff --git a/extension/src/index.css b/extension/src/index.css index 72f29db..48710d0 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -34,6 +34,8 @@ body { transform: translateX(100%); transition: all 0.2s ease-in-out; + + overflow: auto; } #settings-menu.open { @@ -344,6 +346,18 @@ button:hover:not(.default) { } } +.icon-selector { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 15px; +} + +.icon-selector .icon-box { + width: 75px; + margin: 15px; +} + -- cgit v1.2.3