We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28c088 commit f7d0780Copy full SHA for f7d0780
changelog.md
@@ -1,6 +1,7 @@
1
# UnderScript Changelog
2
3
## Version 0.57.1 (2024-04-05)
4
+1. Made Shiny filtered button bigger
5
1. Fixed collection dropdown filter translation error
6
7
## Version 0.57.0 (2024-04-01)
src/base/library/hideCheckboxes.js
@@ -28,7 +28,7 @@ function refresh() {
28
if (apply()) {
29
styles.replace(
30
'.filter input { display: none; }',
31
- '.filter input+* { margin: 0 2px; }',
+ '.filter .rainbowText { padding: 0px 5px; font-size: 22px; }',
32
);
33
} else {
34
styles.remove();
0 commit comments