From 21dfb26813d712e2b3a9b538f0733277554a7b54 Mon Sep 17 00:00:00 2001 From: rgantzos Date: Mon, 24 Oct 2022 18:22:15 -0700 Subject: [PATCH] Bump version with fix to features hiding below when screen isn't wide --- extras/index.html | 1 + manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extras/index.html b/extras/index.html index 3a9ca6d4..21fdea69 100644 --- a/extras/index.html +++ b/extras/index.html @@ -87,6 +87,7 @@

Blocked Users

margin-left: 0em; overflow: auto; float: right; + max-width: 60vw; } .section2::-webkit-scrollbar { display: none; diff --git a/manifest.json b/manifest.json index 5a50722b..12cd2d9a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "ScratchTools", "short_name": "ScratchTools", "manifest_version": 3, - "version": "2.18.0", - "version_name": "2.18.0", + "version": "2.18.1", + "version_name": "2.18.1", "description": "Great tools to make Scratching easier!", "author": "rgantzos", "background": {