Skip to content

Commit c616576

Browse files
authored
Merge pull request #232 from rgantzos/main
Bump version with fix to features hiding below when screen isn't wide
2 parents 000548c + 21dfb26 commit c616576

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extras/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ <h3>Blocked Users</h3>
8787
margin-left: 0em;
8888
overflow: auto;
8989
float: right;
90+
max-width: 60vw;
9091
}
9192
.section2::-webkit-scrollbar {
9293
display: none;

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ScratchTools",
33
"short_name": "ScratchTools",
44
"manifest_version": 3,
5-
"version": "2.18.0",
6-
"version_name": "2.18.0",
5+
"version": "2.18.1",
6+
"version_name": "2.18.1",
77
"description": "Great tools to make Scratching easier!",
88
"author": "rgantzos",
99
"background": {

0 commit comments

Comments
 (0)